Shades of Prussian Blue #062A4D
Tints of Prussian Blue #062A4D
RGB
CMYK
RGB Variations
Color information
#062A4D (or 0x062A4D) is known color: Prussian Blue. HEX triplet: 06, 2A and 4D. RGB value is (6,42,77). Sum of RGB (Red+Green+Blue) = 6+42+77=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #062A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A4D is #F9D5B2. Grayscale: #232323. Windows color (decimal): -16373171 or 5057030. OLE color: 5057030.
HSL color Cylindrical-coordinate representation of color #062A4D: hue angle of 209.58º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062A4D is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 42 | 77 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.70 |
| HSL | 209.58º | 0.86% | 0.16% | - |
| HSV(B) | 209.58º | 0.92% | 0.3% | - |
| XYZ | 2.24 | 2.23 | 7.33 | - |
| YUV | 35.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 77 | 0.92 | 0.45 | 0 | 0.70 | 209.58 | 0.86 | 0.16 |
| Hex | 6 | 2A | 4D | 5C | 2D | 0 | 46 | D2 | 56 | 10 |
| Octal | 6 | 52 | 115 | 134 | 55 | 0 | 106 | 322 | 126 | 20 |
| Binary | 110 | 101010 | 1001101 | 1011100 | 101101 | 0 | 1000110 | 11010010 | 1010110 | 10000 |
Color Harmonies of #062A4D
Complementary color
Monochromatic Colors of #062A4D
Black with #062A4D
Text Example
Text Example
White with #062A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A4D; }
p { color: rgb(6,42,77); }
H1.HeaderClassName
{
color: #062A4D;
}
.AnyTagClassName
{
color: #062A4D;
}
</style>
background-color css
<style>
a { background-color: #062A4D; }
a { background-color: rgb(6,42,77); }
div.DivClassName
{
background-color: #062A4D;
}
.BgClassName
{
background-color: #062A4D;
}
</style>
border-color css
<style>
span { border-color: #062A4D; }
span { border-color: rgb(6,42,77); }
td.TdClassName
{
border-color: #062A4D;
}
.TagClassName
{
border-color: #062A4D;
}
</style>