Shades of Prussian Blue #022F6F
Tints of Prussian Blue #022F6F
RGB
CMYK
RGB Variations
Color information
#022F6F (or 0x022F6F) is known color: Prussian Blue. HEX triplet: 02, 2F and 6F. RGB value is (2,47,111). Sum of RGB (Red+Green+Blue) = 2+47+111=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #022F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F6F is #FDD090. Grayscale: #282828. Windows color (decimal): -16634001 or 7286530. OLE color: 7286530.
HSL color Cylindrical-coordinate representation of color #022F6F: hue angle of 215.23º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F6F is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 47 | 111 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.56 |
| HSL | 215.23º | 0.96% | 0.22% | - |
| HSV(B) | 215.23º | 0.98% | 0.44% | - |
| XYZ | 3.91 | 3.19 | 15.45 | - |
| YUV | 40.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 111 | 0.98 | 0.58 | 0 | 0.56 | 215.23 | 0.96 | 0.22 |
| Hex | 2 | 2F | 6F | 62 | 3A | 0 | 38 | D7 | 60 | 16 |
| Octal | 2 | 57 | 157 | 142 | 72 | 0 | 70 | 327 | 140 | 26 |
| Binary | 10 | 101111 | 1101111 | 1100010 | 111010 | 0 | 111000 | 11010111 | 1100000 | 10110 |
Color Harmonies of #022F6F
Complementary color
Monochromatic Colors of #022F6F
Black with #022F6F
Text Example
Text Example
White with #022F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F6F; }
p { color: rgb(2,47,111); }
H1.HeaderClassName
{
color: #022F6F;
}
.AnyTagClassName
{
color: #022F6F;
}
</style>
background-color css
<style>
a { background-color: #022F6F; }
a { background-color: rgb(2,47,111); }
div.DivClassName
{
background-color: #022F6F;
}
.BgClassName
{
background-color: #022F6F;
}
</style>
border-color css
<style>
span { border-color: #022F6F; }
span { border-color: rgb(2,47,111); }
td.TdClassName
{
border-color: #022F6F;
}
.TagClassName
{
border-color: #022F6F;
}
</style>