Shades of Prussian Blue #062A5A
Tints of Prussian Blue #062A5A
RGB
CMYK
RGB Variations
Color information
#062A5A (or 0x062A5A) is known color: 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
| RGB | 6 | 42 | 90 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.65 |
| HSL | 214.29º | 0.88% | 0.19% | - |
| HSV(B) | 214.29º | 0.93% | 0.35% | - |
| XYZ | 2.75 | 2.43 | 10 | - |
| YUV | 36.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 90 | 0.93 | 0.53 | 0 | 0.65 | 214.29 | 0.88 | 0.19 |
| Hex | 6 | 2A | 5A | 5D | 35 | 0 | 41 | D6 | 58 | 13 |
| Octal | 6 | 52 | 132 | 135 | 65 | 0 | 101 | 326 | 130 | 23 |
| Binary | 110 | 101010 | 1011010 | 1011101 | 110101 | 0 | 1000001 | 11010110 | 1011000 | 10011 |
Color Harmonies of #062A5A
Complementary color
Monochromatic Colors of #062A5A
Black with #062A5A
Text Example
Text Example
White with #062A5A
Text Example
Text Example
HTML Codes & Css Web 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>