Shades of Prussian Blue #022F6D
Tints of Prussian Blue #022F6D
RGB
CMYK
RGB Variations
Color information
#022F6D (or 0x022F6D) is known color: Prussian Blue. HEX triplet: 02, 2F and 6D. RGB value is (2,47,109). Sum of RGB (Red+Green+Blue) = 2+47+109=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #022F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F6D is #FDD092. Grayscale: #282828. Windows color (decimal): -16634003 or 7155458. OLE color: 7155458.
HSL color Cylindrical-coordinate representation of color #022F6D: hue angle of 214.77º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F6D is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 47 | 109 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.57 |
| HSL | 214.77º | 0.96% | 0.22% | - |
| HSV(B) | 214.77º | 0.98% | 0.43% | - |
| XYZ | 3.8 | 3.15 | 14.88 | - |
| YUV | 40.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 109 | 0.98 | 0.57 | 0 | 0.57 | 214.77 | 0.96 | 0.22 |
| Hex | 2 | 2F | 6D | 62 | 39 | 0 | 39 | D7 | 60 | 16 |
| Octal | 2 | 57 | 155 | 142 | 71 | 0 | 71 | 327 | 140 | 26 |
| Binary | 10 | 101111 | 1101101 | 1100010 | 111001 | 0 | 111001 | 11010111 | 1100000 | 10110 |
Color Harmonies of #022F6D
Complementary color
Monochromatic Colors of #022F6D
Black with #022F6D
Text Example
Text Example
White with #022F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F6D; }
p { color: rgb(2,47,109); }
H1.HeaderClassName
{
color: #022F6D;
}
.AnyTagClassName
{
color: #022F6D;
}
</style>
background-color css
<style>
a { background-color: #022F6D; }
a { background-color: rgb(2,47,109); }
div.DivClassName
{
background-color: #022F6D;
}
.BgClassName
{
background-color: #022F6D;
}
</style>
border-color css
<style>
span { border-color: #022F6D; }
span { border-color: rgb(2,47,109); }
td.TdClassName
{
border-color: #022F6D;
}
.TagClassName
{
border-color: #022F6D;
}
</style>