Shades of Prussian Blue #022F6C
Tints of Prussian Blue #022F6C
RGB
CMYK
RGB Variations
Color information
#022F6C (or 0x022F6C) is known color: Prussian Blue. HEX triplet: 02, 2F and 6C. RGB value is (2,47,108). Sum of RGB (Red+Green+Blue) = 2+47+108=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #022F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F6C is #FDD093. Grayscale: #282828. Windows color (decimal): -16634004 or 7089922. OLE color: 7089922.
HSL color Cylindrical-coordinate representation of color #022F6C: hue angle of 214.53º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F6C is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 47 | 108 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.58 |
| HSL | 214.53º | 0.96% | 0.22% | - |
| HSV(B) | 214.53º | 0.98% | 0.42% | - |
| XYZ | 3.75 | 3.13 | 14.59 | - |
| YUV | 40.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 108 | 0.98 | 0.56 | 0 | 0.58 | 214.53 | 0.96 | 0.22 |
| Hex | 2 | 2F | 6C | 62 | 38 | 0 | 3A | D7 | 60 | 16 |
| Octal | 2 | 57 | 154 | 142 | 70 | 0 | 72 | 327 | 140 | 26 |
| Binary | 10 | 101111 | 1101100 | 1100010 | 111000 | 0 | 111010 | 11010111 | 1100000 | 10110 |
Color Harmonies of #022F6C
Complementary color
Monochromatic Colors of #022F6C
Black with #022F6C
Text Example
Text Example
White with #022F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F6C; }
p { color: rgb(2,47,108); }
H1.HeaderClassName
{
color: #022F6C;
}
.AnyTagClassName
{
color: #022F6C;
}
</style>
background-color css
<style>
a { background-color: #022F6C; }
a { background-color: rgb(2,47,108); }
div.DivClassName
{
background-color: #022F6C;
}
.BgClassName
{
background-color: #022F6C;
}
</style>
border-color css
<style>
span { border-color: #022F6C; }
span { border-color: rgb(2,47,108); }
td.TdClassName
{
border-color: #022F6C;
}
.TagClassName
{
border-color: #022F6C;
}
</style>