Shades of Prussian Blue #062D60
Tints of Prussian Blue #062D60
RGB
CMYK
RGB Variations
Color information
#062D60 (or 0x062D60) is known color: Prussian Blue. HEX triplet: 06, 2D and 60. RGB value is (6,45,96). Sum of RGB (Red+Green+Blue) = 6+45+96=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #062D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D60 is #F9D29F. Grayscale: #262626. Windows color (decimal): -16372384 or 6302982. OLE color: 6302982.
HSL color Cylindrical-coordinate representation of color #062D60: hue angle of 214º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062D60 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 45 | 96 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.62 |
| HSL | 214º | 0.88% | 0.2% | - |
| HSV(B) | 214º | 0.94% | 0.38% | - |
| XYZ | 3.12 | 2.76 | 11.43 | - |
| YUV | 39.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 96 | 0.94 | 0.53 | 0 | 0.62 | 214 | 0.88 | 0.2 |
| Hex | 6 | 2D | 60 | 5E | 35 | 0 | 3E | D6 | 58 | 14 |
| Octal | 6 | 55 | 140 | 136 | 65 | 0 | 76 | 326 | 130 | 24 |
| Binary | 110 | 101101 | 1100000 | 1011110 | 110101 | 0 | 111110 | 11010110 | 1011000 | 10100 |
Color Harmonies of #062D60
Complementary color
Monochromatic Colors of #062D60
Black with #062D60
Text Example
Text Example
White with #062D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D60; }
p { color: rgb(6,45,96); }
H1.HeaderClassName
{
color: #062D60;
}
.AnyTagClassName
{
color: #062D60;
}
</style>
background-color css
<style>
a { background-color: #062D60; }
a { background-color: rgb(6,45,96); }
div.DivClassName
{
background-color: #062D60;
}
.BgClassName
{
background-color: #062D60;
}
</style>
border-color css
<style>
span { border-color: #062D60; }
span { border-color: rgb(6,45,96); }
td.TdClassName
{
border-color: #062D60;
}
.TagClassName
{
border-color: #062D60;
}
</style>