#062C59

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

Shades of Prussian Blue #062C59

Tints of Prussian Blue #062C59

Color information

#062C59 (or 0x062C59) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 59. RGB value is (6,44,89). Sum of RGB (Red+Green+Blue) = 6+44+89=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #062C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C59 is #F9D3A6. Grayscale: #252525. Windows color (decimal): -16372647 or 5843974. OLE color: 5843974.

HSL color Cylindrical-coordinate representation of color #062C59: hue angle of 212.53º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062C59 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64489-
CMYK0.930.5100.65
HSL212.53º87.37%18.63%-
HSV(B)212.53º93.26%34.9%-
XYZ2.782.569.8-
YUV37.77156.91105.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=4.32%
G=31.65%
B=64.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal644890.930.5100.65212.5387.3718.63
Hex62C595D33041d55713
Octal65413113563010132512723
Binary110101100101100110111011100110100000111010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062C59; }

 p { color: rgb(6,44,89); }

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

<style>
 a { background-color: #062C59; }

 a { background-color: rgb(6,44,89); }

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

<style>
 span { border-color: #062C59; }

 span { border-color: rgb(6,44,89); }

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