#062C51

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

Shades of Prussian Blue #062C51

Tints of Prussian Blue #062C51

Color information

#062C51 (or 0x062C51) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 51. RGB value is (6,44,81). Sum of RGB (Red+Green+Blue) = 6+44+81=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #062C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C51 is #F9D3AE. Grayscale: #242424. Windows color (decimal): -16372655 or 5319686. OLE color: 5319686.

HSL color Cylindrical-coordinate representation of color #062C51: hue angle of 209.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062C51 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB64481-
CMYK0.930.4600.68
HSL209.6º86.21%17.06%-
HSV(B)209.6º92.59%31.76%-
XYZ2.462.438.12-
YUV36.86152.91105.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=4.58%
G=33.59%
B=61.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal644810.930.4600.68209.686.2117.06
Hex62C515D2E044d25611
Octal65412113556010432212621
Binary110101100101000110111011011100100010011010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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