Shades of Prussian Blue #062D5B
Tints of Prussian Blue #062D5B
RGB
CMYK
RGB Variations
Color information
#062D5B (or 0x062D5B) is known color: Prussian Blue. HEX triplet: 06, 2D and 5B. RGB value is (6,45,91). Sum of RGB (Red+Green+Blue) = 6+45+91=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #062D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D5B is #F9D2A4. Grayscale: #262626. Windows color (decimal): -16372389 or 5975302. OLE color: 5975302.
HSL color Cylindrical-coordinate representation of color #062D5B: hue angle of 212.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062D5B is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 45 | 91 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.64 |
| HSL | 212.47º | 0.88% | 0.19% | - |
| HSV(B) | 212.47º | 0.93% | 0.36% | - |
| XYZ | 2.9 | 2.67 | 10.26 | - |
| YUV | 38.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 91 | 0.93 | 0.51 | 0 | 0.64 | 212.47 | 0.88 | 0.19 |
| Hex | 6 | 2D | 5B | 5D | 33 | 0 | 40 | D4 | 58 | 13 |
| Octal | 6 | 55 | 133 | 135 | 63 | 0 | 100 | 324 | 130 | 23 |
| Binary | 110 | 101101 | 1011011 | 1011101 | 110011 | 0 | 1000000 | 11010100 | 1011000 | 10011 |
Color Harmonies of #062D5B
Complementary color
Monochromatic Colors of #062D5B
Black with #062D5B
Text Example
Text Example
White with #062D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D5B; }
p { color: rgb(6,45,91); }
H1.HeaderClassName
{
color: #062D5B;
}
.AnyTagClassName
{
color: #062D5B;
}
</style>
background-color css
<style>
a { background-color: #062D5B; }
a { background-color: rgb(6,45,91); }
div.DivClassName
{
background-color: #062D5B;
}
.BgClassName
{
background-color: #062D5B;
}
</style>
border-color css
<style>
span { border-color: #062D5B; }
span { border-color: rgb(6,45,91); }
td.TdClassName
{
border-color: #062D5B;
}
.TagClassName
{
border-color: #062D5B;
}
</style>