Shades of Prussian Blue #022B4F
Tints of Prussian Blue #022B4F
RGB
CMYK
RGB Variations
Color information
#022B4F (or 0x022B4F) is known color: Prussian Blue. HEX triplet: 02, 2B and 4F. RGB value is (2,43,79). Sum of RGB (Red+Green+Blue) = 2+43+79=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #022B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B4F is #FDD4B0. Grayscale: #222222. Windows color (decimal): -16635057 or 5188354. OLE color: 5188354.
HSL color Cylindrical-coordinate representation of color #022B4F: hue angle of 208.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B4F is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 43 | 79 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.69 |
| HSL | 208.05º | 0.95% | 0.16% | - |
| HSV(B) | 208.05º | 0.97% | 0.31% | - |
| XYZ | 2.3 | 2.31 | 7.72 | - |
| YUV | 34.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 79 | 0.97 | 0.46 | 0 | 0.69 | 208.05 | 0.95 | 0.16 |
| Hex | 2 | 2B | 4F | 61 | 2E | 0 | 45 | D0 | 5F | 10 |
| Octal | 2 | 53 | 117 | 141 | 56 | 0 | 105 | 320 | 137 | 20 |
| Binary | 10 | 101011 | 1001111 | 1100001 | 101110 | 0 | 1000101 | 11010000 | 1011111 | 10000 |
Color Harmonies of #022B4F
Complementary color
Monochromatic Colors of #022B4F
Black with #022B4F
Text Example
Text Example
White with #022B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B4F; }
p { color: rgb(2,43,79); }
H1.HeaderClassName
{
color: #022B4F;
}
.AnyTagClassName
{
color: #022B4F;
}
</style>
background-color css
<style>
a { background-color: #022B4F; }
a { background-color: rgb(2,43,79); }
div.DivClassName
{
background-color: #022B4F;
}
.BgClassName
{
background-color: #022B4F;
}
</style>
border-color css
<style>
span { border-color: #022B4F; }
span { border-color: rgb(2,43,79); }
td.TdClassName
{
border-color: #022B4F;
}
.TagClassName
{
border-color: #022B4F;
}
</style>