Shades of Prussian Blue #062C51
Tints of Prussian Blue #062C51
RGB
CMYK
RGB Variations
Color information
#062C51 (or 0x062C51) is known color: Prussian Blue. HEX triplet: 06, 2C and 51. RGB value is (6,44,81). Sum of RGB (Red+Green+Blue) = 6+44+81=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #062C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C51 is #F9D3AE. Grayscale: #242424. Windows color (decimal): -16372655 or 5319686. OLE color: 5319686.
HSL color Cylindrical-coordinate representation of color #062C51: hue angle of 209.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062C51 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 44 | 81 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.68 |
| HSL | 209.6º | 0.86% | 0.17% | - |
| HSV(B) | 209.6º | 0.93% | 0.32% | - |
| XYZ | 2.46 | 2.43 | 8.12 | - |
| YUV | 36.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 81 | 0.93 | 0.46 | 0 | 0.68 | 209.6 | 0.86 | 0.17 |
| Hex | 6 | 2C | 51 | 5D | 2E | 0 | 44 | D2 | 56 | 11 |
| Octal | 6 | 54 | 121 | 135 | 56 | 0 | 104 | 322 | 126 | 21 |
| Binary | 110 | 101100 | 1010001 | 1011101 | 101110 | 0 | 1000100 | 11010010 | 1010110 | 10001 |
Color Harmonies of #062C51
Complementary color
Monochromatic Colors of #062C51
Black with #062C51
Text Example
Text Example
White with #062C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C51; }
p { color: rgb(6,44,81); }
H1.HeaderClassName
{
color: #062C51;
}
.AnyTagClassName
{
color: #062C51;
}
</style>
background-color css
<style>
a { background-color: #062C51; }
a { background-color: rgb(6,44,81); }
div.DivClassName
{
background-color: #062C51;
}
.BgClassName
{
background-color: #062C51;
}
</style>
border-color css
<style>
span { border-color: #062C51; }
span { border-color: rgb(6,44,81); }
td.TdClassName
{
border-color: #062C51;
}
.TagClassName
{
border-color: #062C51;
}
</style>