Shades of Prussian Blue #062D54
Tints of Prussian Blue #062D54
RGB
CMYK
RGB Variations
Color information
#062D54 (or 0x062D54) is known color: Prussian Blue. HEX triplet: 06, 2D and 54. RGB value is (6,45,84). Sum of RGB (Red+Green+Blue) = 6+45+84=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #062D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D54 is #F9D2AB. Grayscale: #252525. Windows color (decimal): -16372396 or 5516550. OLE color: 5516550.
HSL color Cylindrical-coordinate representation of color #062D54: hue angle of 210º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062D54 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 45 | 84 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.67 |
| HSL | 210º | 0.87% | 0.18% | - |
| HSV(B) | 210º | 0.93% | 0.33% | - |
| XYZ | 2.61 | 2.56 | 8.74 | - |
| YUV | 37.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 84 | 0.93 | 0.46 | 0 | 0.67 | 210 | 0.87 | 0.18 |
| Hex | 6 | 2D | 54 | 5D | 2E | 0 | 43 | D2 | 57 | 12 |
| Octal | 6 | 55 | 124 | 135 | 56 | 0 | 103 | 322 | 127 | 22 |
| Binary | 110 | 101101 | 1010100 | 1011101 | 101110 | 0 | 1000011 | 11010010 | 1010111 | 10010 |
Color Harmonies of #062D54
Complementary color
Monochromatic Colors of #062D54
Black with #062D54
Text Example
Text Example
White with #062D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D54; }
p { color: rgb(6,45,84); }
H1.HeaderClassName
{
color: #062D54;
}
.AnyTagClassName
{
color: #062D54;
}
</style>
background-color css
<style>
a { background-color: #062D54; }
a { background-color: rgb(6,45,84); }
div.DivClassName
{
background-color: #062D54;
}
.BgClassName
{
background-color: #062D54;
}
</style>
border-color css
<style>
span { border-color: #062D54; }
span { border-color: rgb(6,45,84); }
td.TdClassName
{
border-color: #062D54;
}
.TagClassName
{
border-color: #062D54;
}
</style>