Shades of Prussian Blue #022B4D
Tints of Prussian Blue #022B4D
RGB
CMYK
RGB Variations
Color information
#022B4D (or 0x022B4D) is known color: Prussian Blue. HEX triplet: 02, 2B and 4D. RGB value is (2,43,77). Sum of RGB (Red+Green+Blue) = 2+43+77=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #022B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B4D is #FDD4B2. Grayscale: #222222. Windows color (decimal): -16635059 or 5057282. OLE color: 5057282.
HSL color Cylindrical-coordinate representation of color #022B4D: hue angle of 207.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B4D is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 43 | 77 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.70 |
| HSL | 207.2º | 0.95% | 0.15% | - |
| HSV(B) | 207.2º | 0.97% | 0.3% | - |
| XYZ | 2.23 | 2.28 | 7.34 | - |
| YUV | 34.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 77 | 0.97 | 0.44 | 0 | 0.70 | 207.2 | 0.95 | 0.15 |
| Hex | 2 | 2B | 4D | 61 | 2C | 0 | 46 | CF | 5F | F |
| Octal | 2 | 53 | 115 | 141 | 54 | 0 | 106 | 317 | 137 | 17 |
| Binary | 10 | 101011 | 1001101 | 1100001 | 101100 | 0 | 1000110 | 11001111 | 1011111 | 1111 |
Color Harmonies of #022B4D
Complementary color
Monochromatic Colors of #022B4D
Black with #022B4D
Text Example
Text Example
White with #022B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B4D; }
p { color: rgb(2,43,77); }
H1.HeaderClassName
{
color: #022B4D;
}
.AnyTagClassName
{
color: #022B4D;
}
</style>
background-color css
<style>
a { background-color: #022B4D; }
a { background-color: rgb(2,43,77); }
div.DivClassName
{
background-color: #022B4D;
}
.BgClassName
{
background-color: #022B4D;
}
</style>
border-color css
<style>
span { border-color: #022B4D; }
span { border-color: rgb(2,43,77); }
td.TdClassName
{
border-color: #022B4D;
}
.TagClassName
{
border-color: #022B4D;
}
</style>