#062A5A

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

Shades of Prussian Blue #062A5A

Tints of Prussian Blue #062A5A

Color information

#062A5A (or 0x062A5A) is unknown color: approx Prussian Blue. HEX triplet: 06, 2A and 5A. RGB value is (6,42,90). Sum of RGB (Red+Green+Blue) = 6+42+90=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #062A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A5A is #F9D5A5. Grayscale: #242424. Windows color (decimal): -16373158 or 5908998. OLE color: 5908998.

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

Color convert

RGB64290-
CMYK0.930.5300.65
HSL214.29º87.5%18.82%-
HSV(B)214.29º93.33%35.29%-
XYZ2.752.4310-
YUV36.71158.07106.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=4.35%
G=30.43%
B=65.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal642900.930.5300.65214.2987.518.82
Hex62A5A5D35041d65813
Octal65213213565010132613023
Binary110101010101101010111011101010100000111010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,42,90); }

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

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

 a { background-color: rgb(6,42,90); }

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

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

 span { border-color: rgb(6,42,90); }

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