Shades of Prussian Blue #062A57
Tints of Prussian Blue #062A57
RGB
CMYK
RGB Variations
Color information
#062A57 (or 0x062A57) is known color: Prussian Blue. HEX triplet: 06, 2A and 57. RGB value is (6,42,87). Sum of RGB (Red+Green+Blue) = 6+42+87=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #062A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A57 is #F9D5A8. Grayscale: #242424. Windows color (decimal): -16373161 or 5712390. OLE color: 5712390.
HSL color Cylindrical-coordinate representation of color #062A57: hue angle of 213.33º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062A57 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 42 | 87 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.66 |
| HSL | 213.33º | 0.87% | 0.18% | - |
| HSV(B) | 213.33º | 0.93% | 0.34% | - |
| XYZ | 2.62 | 2.38 | 9.34 | - |
| YUV | 36.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 87 | 0.93 | 0.52 | 0 | 0.66 | 213.33 | 0.87 | 0.18 |
| Hex | 6 | 2A | 57 | 5D | 34 | 0 | 42 | D5 | 57 | 12 |
| Octal | 6 | 52 | 127 | 135 | 64 | 0 | 102 | 325 | 127 | 22 |
| Binary | 110 | 101010 | 1010111 | 1011101 | 110100 | 0 | 1000010 | 11010101 | 1010111 | 10010 |
Color Harmonies of #062A57
Complementary color
Monochromatic Colors of #062A57
Black with #062A57
Text Example
Text Example
White with #062A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A57; }
p { color: rgb(6,42,87); }
H1.HeaderClassName
{
color: #062A57;
}
.AnyTagClassName
{
color: #062A57;
}
</style>
background-color css
<style>
a { background-color: #062A57; }
a { background-color: rgb(6,42,87); }
div.DivClassName
{
background-color: #062A57;
}
.BgClassName
{
background-color: #062A57;
}
</style>
border-color css
<style>
span { border-color: #062A57; }
span { border-color: rgb(6,42,87); }
td.TdClassName
{
border-color: #062A57;
}
.TagClassName
{
border-color: #062A57;
}
</style>