#062C4F

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

Shades of Prussian Blue #062C4F

Tints of Prussian Blue #062C4F

Color information

#062C4F (or 0x062C4F) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 4F. RGB value is (6,44,79). Sum of RGB (Red+Green+Blue) = 6+44+79=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #062C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C4F is #F9D3B0. Grayscale: #242424. Windows color (decimal): -16372657 or 5188614. OLE color: 5188614.

HSL color Cylindrical-coordinate representation of color #062C4F: hue angle of 208.77º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062C4F is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64479-
CMYK0.920.4400.69
HSL208.77º85.88%16.67%-
HSV(B)208.77º92.41%30.98%-
XYZ2.392.47.74-
YUV36.63151.91106.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=4.65%
G=34.11%
B=61.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal644790.920.4400.69208.7785.8816.67
Hex62C4F5C2C045d15611
Octal65411713454010532112621
Binary110101100100111110111001011000100010111010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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