#062F57

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

Shades of Prussian Blue #062F57

Tints of Prussian Blue #062F57

Color information

#062F57 (or 0x062F57) is unknown color: approx Prussian Blue. HEX triplet: 06, 2F and 57. RGB value is (6,47,87). Sum of RGB (Red+Green+Blue) = 6+47+87=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #062F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F57 is #F9D0A8. Grayscale: #272727. Windows color (decimal): -16371881 or 5713670. OLE color: 5713670.

HSL color Cylindrical-coordinate representation of color #062F57: hue angle of 209.63º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062F57 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64787-
CMYK0.930.4600.66
HSL209.63º87.1%18.24%-
HSV(B)209.63º93.1%34.12%-
XYZ2.812.769.4-
YUV39.3154.92104.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=4.29%
G=33.57%
B=62.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal647870.930.4600.66209.6387.118.24
Hex62F575D2E042d25712
Octal65712713556010232212722
Binary110101111101011110111011011100100001011010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,47,87); }

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

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

 a { background-color: rgb(6,47,87); }

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

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

 span { border-color: rgb(6,47,87); }

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