Shades of Prussian Blue #022F60
Tints of Prussian Blue #022F60
RGB
CMYK
RGB Variations
Color information
#022F60 (or 0x022F60) is known color: Prussian Blue. HEX triplet: 02, 2F and 60. RGB value is (2,47,96). Sum of RGB (Red+Green+Blue) = 2+47+96=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #022F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F60 is #FDD09F. Grayscale: #262626. Windows color (decimal): -16634016 or 6303490. OLE color: 6303490.
HSL color Cylindrical-coordinate representation of color #022F60: hue angle of 211.28º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F60 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 47 | 96 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.62 |
| HSL | 211.28º | 0.96% | 0.19% | - |
| HSV(B) | 211.28º | 0.98% | 0.38% | - |
| XYZ | 3.15 | 2.89 | 11.46 | - |
| YUV | 39.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 96 | 0.98 | 0.51 | 0 | 0.62 | 211.28 | 0.96 | 0.19 |
| Hex | 2 | 2F | 60 | 62 | 33 | 0 | 3E | D3 | 60 | 13 |
| Octal | 2 | 57 | 140 | 142 | 63 | 0 | 76 | 323 | 140 | 23 |
| Binary | 10 | 101111 | 1100000 | 1100010 | 110011 | 0 | 111110 | 11010011 | 1100000 | 10011 |
Color Harmonies of #022F60
Complementary color
Monochromatic Colors of #022F60
Black with #022F60
Text Example
Text Example
White with #022F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F60; }
p { color: rgb(2,47,96); }
H1.HeaderClassName
{
color: #022F60;
}
.AnyTagClassName
{
color: #022F60;
}
</style>
background-color css
<style>
a { background-color: #022F60; }
a { background-color: rgb(2,47,96); }
div.DivClassName
{
background-color: #022F60;
}
.BgClassName
{
background-color: #022F60;
}
</style>
border-color css
<style>
span { border-color: #022F60; }
span { border-color: rgb(2,47,96); }
td.TdClassName
{
border-color: #022F60;
}
.TagClassName
{
border-color: #022F60;
}
</style>