Shades of Prussian Blue #022C51
Tints of Prussian Blue #022C51
RGB
CMYK
RGB Variations
Color information
#022C51 (or 0x022C51) is known color: Prussian Blue. HEX triplet: 02, 2C and 51. RGB value is (2,44,81). Sum of RGB (Red+Green+Blue) = 2+44+81=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #022C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C51 is #FDD3AE. Grayscale: #232323. Windows color (decimal): -16634799 or 5319682. OLE color: 5319682.
HSL color Cylindrical-coordinate representation of color #022C51: hue angle of 208.1º 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 #022C51 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 44 | 81 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.68 |
| HSL | 208.1º | 0.95% | 0.16% | - |
| HSV(B) | 208.1º | 0.98% | 0.32% | - |
| XYZ | 2.41 | 2.41 | 8.12 | - |
| YUV | 35.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 81 | 0.98 | 0.46 | 0 | 0.68 | 208.1 | 0.95 | 0.16 |
| Hex | 2 | 2C | 51 | 62 | 2E | 0 | 44 | D0 | 5F | 10 |
| Octal | 2 | 54 | 121 | 142 | 56 | 0 | 104 | 320 | 137 | 20 |
| Binary | 10 | 101100 | 1010001 | 1100010 | 101110 | 0 | 1000100 | 11010000 | 1011111 | 10000 |
Color Harmonies of #022C51
Complementary color
Monochromatic Colors of #022C51
Black with #022C51
Text Example
Text Example
White with #022C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C51; }
p { color: rgb(2,44,81); }
H1.HeaderClassName
{
color: #022C51;
}
.AnyTagClassName
{
color: #022C51;
}
</style>
background-color css
<style>
a { background-color: #022C51; }
a { background-color: rgb(2,44,81); }
div.DivClassName
{
background-color: #022C51;
}
.BgClassName
{
background-color: #022C51;
}
</style>
border-color css
<style>
span { border-color: #022C51; }
span { border-color: rgb(2,44,81); }
td.TdClassName
{
border-color: #022C51;
}
.TagClassName
{
border-color: #022C51;
}
</style>