Shades of Prussian Blue #022D51
Tints of Prussian Blue #022D51
RGB
CMYK
RGB Variations
Color information
#022D51 (or 0x022D51) is known color: Prussian Blue. HEX triplet: 02, 2D and 51. RGB value is (2,45,81). Sum of RGB (Red+Green+Blue) = 2+45+81=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #022D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D51 is #FDD2AE. Grayscale: #242424. Windows color (decimal): -16634543 or 5319938. OLE color: 5319938.
HSL color Cylindrical-coordinate representation of color #022D51: hue angle of 207.34º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D51 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 45 | 81 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.68 |
| HSL | 207.34º | 0.95% | 0.16% | - |
| HSV(B) | 207.34º | 0.98% | 0.32% | - |
| XYZ | 2.45 | 2.48 | 8.13 | - |
| YUV | 36.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 81 | 0.98 | 0.44 | 0 | 0.68 | 207.34 | 0.95 | 0.16 |
| Hex | 2 | 2D | 51 | 62 | 2C | 0 | 44 | CF | 5F | 10 |
| Octal | 2 | 55 | 121 | 142 | 54 | 0 | 104 | 317 | 137 | 20 |
| Binary | 10 | 101101 | 1010001 | 1100010 | 101100 | 0 | 1000100 | 11001111 | 1011111 | 10000 |
Color Harmonies of #022D51
Complementary color
Monochromatic Colors of #022D51
Black with #022D51
Text Example
Text Example
White with #022D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D51; }
p { color: rgb(2,45,81); }
H1.HeaderClassName
{
color: #022D51;
}
.AnyTagClassName
{
color: #022D51;
}
</style>
background-color css
<style>
a { background-color: #022D51; }
a { background-color: rgb(2,45,81); }
div.DivClassName
{
background-color: #022D51;
}
.BgClassName
{
background-color: #022D51;
}
</style>
border-color css
<style>
span { border-color: #022D51; }
span { border-color: rgb(2,45,81); }
td.TdClassName
{
border-color: #022D51;
}
.TagClassName
{
border-color: #022D51;
}
</style>