#062F50

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

Shades of Prussian Blue #062F50

Tints of Prussian Blue #062F50

Color information

#062F50 (or 0x062F50) is unknown color: approx Prussian Blue. HEX triplet: 06, 2F and 50. RGB value is (6,47,80). Sum of RGB (Red+Green+Blue) = 6+47+80=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #062F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F50 is #F9D0AF. Grayscale: #262626. Windows color (decimal): -16371888 or 5254918. OLE color: 5254918.

HSL color Cylindrical-coordinate representation of color #062F50: hue angle of 206.76º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062F50 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64780-
CMYK0.920.4100.69
HSL206.76º86.05%16.86%-
HSV(B)206.76º92.5%31.37%-
XYZ2.542.657.97-
YUV38.5151.42104.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=4.51%
G=35.34%
B=60.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal647800.920.4100.69206.7686.0516.86
Hex62F505C29045cf5611
Octal65712013451010531712621
Binary110101111101000010111001010010100010111001111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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