#062F5E

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

Shades of Prussian Blue #062F5E

Tints of Prussian Blue #062F5E

Color information

#062F5E (or 0x062F5E) is unknown color: approx Prussian Blue. HEX triplet: 06, 2F and 5E. RGB value is (6,47,94). Sum of RGB (Red+Green+Blue) = 6+47+94=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #062F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F5E is #F9D0A1. Grayscale: #272727. Windows color (decimal): -16371874 or 6172422. OLE color: 6172422.

HSL color Cylindrical-coordinate representation of color #062F5E: hue angle of 212.05º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062F5E is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB64794-
CMYK0.940.500.63
HSL212.05º88%19.61%-
HSV(B)212.05º93.62%36.86%-
XYZ3.112.8810.98-
YUV40.1158.42103.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=4.08%
G=31.97%
B=63.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal647940.940.500.63212.058819.61
Hex62F5E5E3203Fd45814
Octal6571361366207732413024
Binary11010111110111101011110110010011111111010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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