#062A4F

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

Shades of Prussian Blue #062A4F

Tints of Prussian Blue #062A4F

Color information

#062A4F (or 0x062A4F) is unknown color: approx Prussian Blue. HEX triplet: 06, 2A and 4F. RGB value is (6,42,79). Sum of RGB (Red+Green+Blue) = 6+42+79=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #062A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A4F is #F9D5B0. Grayscale: #232323. Windows color (decimal): -16373169 or 5188102. OLE color: 5188102.

HSL color Cylindrical-coordinate representation of color #062A4F: hue angle of 210.41º 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 #062A4F is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64279-
CMYK0.920.4700.69
HSL210.41º85.88%16.67%-
HSV(B)210.41º92.41%30.98%-
XYZ2.312.267.71-
YUV35.45152.57106.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 79 (31.25% from 255) = 62.20%
R=4.72%
G=33.07%
B=62.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal642790.920.4700.69210.4185.8816.67
Hex62A4F5C2F045d25611
Octal65211713457010532212621
Binary110101010100111110111001011110100010111010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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