#062A51

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

Shades of Prussian Blue #062A51

Tints of Prussian Blue #062A51

Color information

#062A51 (or 0x062A51) is unknown color: approx Prussian Blue. HEX triplet: 06, 2A and 51. RGB value is (6,42,81). Sum of RGB (Red+Green+Blue) = 6+42+81=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #062A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A51 is #F9D5AE. Grayscale: #232323. Windows color (decimal): -16373167 or 5319174. OLE color: 5319174.

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

Color convert

RGB64281-
CMYK0.930.4800.68
HSL211.2º86.21%17.06%-
HSV(B)211.2º92.59%31.76%-
XYZ2.392.298.1-
YUV35.68153.57106.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 81 (32.03% from 255) = 62.79%
R=4.65%
G=32.56%
B=62.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal642810.930.4800.68211.286.2117.06
Hex62A515D30044d35611
Octal65212113560010432312621
Binary110101010101000110111011100000100010011010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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