#062B57

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

Shades of Prussian Blue #062B57

Tints of Prussian Blue #062B57

Color information

#062B57 (or 0x062B57) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 57. RGB value is (6,43,87). Sum of RGB (Red+Green+Blue) = 6+43+87=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #062B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B57 is #F9D4A8. Grayscale: #242424. Windows color (decimal): -16372905 or 5712646. OLE color: 5712646.

HSL color Cylindrical-coordinate representation of color #062B57: hue angle of 212.59º 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 #062B57 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64387-
CMYK0.930.5100.66
HSL212.59º87.1%18.24%-
HSV(B)212.59º93.1%34.12%-
XYZ2.662.459.35-
YUV36.95156.24105.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 87 (34.38% from 255) = 63.97%
R=4.41%
G=31.62%
B=63.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal643870.930.5100.66212.5987.118.24
Hex62B575D33042d55712
Octal65312713563010232512722
Binary110101011101011110111011100110100001011010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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