#062E50

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

Shades of Prussian Blue #062E50

Tints of Prussian Blue #062E50

Color information

#062E50 (or 0x062E50) is unknown color: approx Prussian Blue. HEX triplet: 06, 2E and 50. RGB value is (6,46,80). Sum of RGB (Red+Green+Blue) = 6+46+80=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #062E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E50 is #F9D1AF. Grayscale: #252525. Windows color (decimal): -16372144 or 5254662. OLE color: 5254662.

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

Color convert

RGB64680-
CMYK0.920.4200.69
HSL207.57º86.05%16.86%-
HSV(B)207.57º92.5%31.37%-
XYZ2.52.577.95-
YUV37.92151.75105.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 80 (31.64% from 255) = 60.61%
R=4.55%
G=34.85%
B=60.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal646800.920.4200.69207.5786.0516.86
Hex62E505C2A045d05611
Octal65612013452010532012621
Binary110101110101000010111001010100100010111010000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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