#062951

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

Shades of Prussian Blue #062951

Tints of Prussian Blue #062951

Color information

#062951 (or 0x062951) is unknown color: approx Prussian Blue. HEX triplet: 06, 29 and 51. RGB value is (6,41,81). Sum of RGB (Red+Green+Blue) = 6+41+81=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #062951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062951 is #F9D6AE. Grayscale: #222222. Windows color (decimal): -16373423 or 5318918. OLE color: 5318918.

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

Color convert

RGB64181-
CMYK0.930.4900.68
HSL212º86.21%17.06%-
HSV(B)212º92.59%31.76%-
XYZ2.352.228.09-
YUV35.1153.9107.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 81 (32.03% from 255) = 63.28%
R=4.69%
G=32.03%
B=63.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal641810.930.4900.6821286.2117.06
Hex629515D31044d45611
Octal65112113561010432412621
Binary110101001101000110111011100010100010011010100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062951; }

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

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

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

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

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

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

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

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