#062C50

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

Shades of Prussian Blue #062C50

Tints of Prussian Blue #062C50

Color information

#062C50 (or 0x062C50) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 50. RGB value is (6,44,80). Sum of RGB (Red+Green+Blue) = 6+44+80=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #062C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C50 is #F9D3AF. Grayscale: #242424. Windows color (decimal): -16372656 or 5254150. OLE color: 5254150.

HSL color Cylindrical-coordinate representation of color #062C50: hue angle of 209.19º 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 #062C50 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64480-
CMYK0.920.4500.69
HSL209.19º86.05%16.86%-
HSV(B)209.19º92.5%31.37%-
XYZ2.422.427.93-
YUV36.74152.41106.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=4.62%
G=33.85%
B=61.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal644800.920.4500.69209.1986.0516.86
Hex62C505C2D045d15611
Octal65412013455010532112621
Binary110101100101000010111001011010100010111010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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