Shades of Prussian Blue #062D4D
Tints of Prussian Blue #062D4D
RGB
CMYK
RGB Variations
Color information
#062D4D (or 0x062D4D) is known color: Prussian Blue. HEX triplet: 06, 2D and 4D. RGB value is (6,45,77). Sum of RGB (Red+Green+Blue) = 6+45+77=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #062D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D4D is #F9D2B2. Grayscale: #242424. Windows color (decimal): -16372403 or 5057798. OLE color: 5057798.
HSL color Cylindrical-coordinate representation of color #062D4D: hue angle of 207.04º 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 #062D4D is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 45 | 77 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.70 |
| HSL | 207.04º | 0.86% | 0.16% | - |
| HSV(B) | 207.04º | 0.92% | 0.3% | - |
| XYZ | 2.35 | 2.45 | 7.37 | - |
| YUV | 36.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 77 | 0.92 | 0.42 | 0 | 0.70 | 207.04 | 0.86 | 0.16 |
| Hex | 6 | 2D | 4D | 5C | 2A | 0 | 46 | CF | 56 | 10 |
| Octal | 6 | 55 | 115 | 134 | 52 | 0 | 106 | 317 | 126 | 20 |
| Binary | 110 | 101101 | 1001101 | 1011100 | 101010 | 0 | 1000110 | 11001111 | 1010110 | 10000 |
Color Harmonies of #062D4D
Complementary color
Monochromatic Colors of #062D4D
Black with #062D4D
Text Example
Text Example
White with #062D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D4D; }
p { color: rgb(6,45,77); }
H1.HeaderClassName
{
color: #062D4D;
}
.AnyTagClassName
{
color: #062D4D;
}
</style>
background-color css
<style>
a { background-color: #062D4D; }
a { background-color: rgb(6,45,77); }
div.DivClassName
{
background-color: #062D4D;
}
.BgClassName
{
background-color: #062D4D;
}
</style>
border-color css
<style>
span { border-color: #062D4D; }
span { border-color: rgb(6,45,77); }
td.TdClassName
{
border-color: #062D4D;
}
.TagClassName
{
border-color: #062D4D;
}
</style>