#042C5D

Color #042C5D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #042C5D

Tints of Prussian Blue #042C5D

Color information

#042C5D (or 0x042C5D) is unknown color: approx Prussian Blue. HEX triplet: 04, 2C and 5D. RGB value is (4,44,93). Sum of RGB (Red+Green+Blue) = 4+44+93=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #042C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C5D is #FBD3A2. Grayscale: #252525. Windows color (decimal): -16503715 or 6106116. OLE color: 6106116.

HSL color Cylindrical-coordinate representation of color #042C5D: hue angle of 213.03º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042C5D is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB44493-
CMYK0.960.5300.64
HSL213.03º91.75%19.02%-
HSV(B)213.03º95.7%36.47%-
XYZ2.932.6210.71-
YUV37.63159.25104.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=2.84%
G=31.21%
B=65.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal444930.960.5300.64213.0391.7519.02
Hex42C5D6035040d55c13
Octal45413514065010032513423
Binary100101100101110111000001101010100000011010101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042C5D; }

 p { color: rgb(4,44,93); }

 H1.HeaderClassName
 {
   color: #042C5D;
 }
 .AnyTagClassName
 {
   color: #042C5D;
 }
</style>
background-color css

<style>
 a { background-color: #042C5D; }

 a { background-color: rgb(4,44,93); }

 div.DivClassName
 {
   background-color: #042C5D;
 }
 .BgClassName
 {
   background-color: #042C5D;
 }
</style>
border-color css

<style>
 span { border-color: #042C5D; }

 span { border-color: rgb(4,44,93); }

 td.TdClassName
 {
   border-color: #042C5D;
 }
 .TagClassName
 {
   border-color: #042C5D;
 }
</style>