#062C5B

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

Shades of Prussian Blue #062C5B

Tints of Prussian Blue #062C5B

Color information

#062C5B (or 0x062C5B) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 5B. RGB value is (6,44,91). Sum of RGB (Red+Green+Blue) = 6+44+91=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #062C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C5B is #F9D3A4. Grayscale: #252525. Windows color (decimal): -16372645 or 5975046. OLE color: 5975046.

HSL color Cylindrical-coordinate representation of color #062C5B: hue angle of 213.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062C5B is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64491-
CMYK0.930.5200.64
HSL213.18º87.63%19.02%-
HSV(B)213.18º93.41%35.69%-
XYZ2.862.610.25-
YUV38157.91105.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=4.26%
G=31.21%
B=64.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal644910.930.5200.64213.1887.6319.02
Hex62C5B5D34040d55813
Octal65413313564010032513023
Binary110101100101101110111011101000100000011010101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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