Shades of Prussian Blue #022C6C
Tints of Prussian Blue #022C6C
RGB
CMYK
RGB Variations
Color information
#022C6C (or 0x022C6C) is known color: Prussian Blue. HEX triplet: 02, 2C and 6C. RGB value is (2,44,108). Sum of RGB (Red+Green+Blue) = 2+44+108=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #022C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C6C is #FDD393. Grayscale: #262626. Windows color (decimal): -16634772 or 7089154. OLE color: 7089154.
HSL color Cylindrical-coordinate representation of color #022C6C: hue angle of 216.23º 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 #022C6C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 44 | 108 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.58 |
| HSL | 216.23º | 0.96% | 0.22% | - |
| HSV(B) | 216.23º | 0.98% | 0.42% | - |
| XYZ | 3.63 | 2.9 | 14.56 | - |
| YUV | 38.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 108 | 0.98 | 0.59 | 0 | 0.58 | 216.23 | 0.96 | 0.22 |
| Hex | 2 | 2C | 6C | 62 | 3B | 0 | 3A | D8 | 60 | 16 |
| Octal | 2 | 54 | 154 | 142 | 73 | 0 | 72 | 330 | 140 | 26 |
| Binary | 10 | 101100 | 1101100 | 1100010 | 111011 | 0 | 111010 | 11011000 | 1100000 | 10110 |
Color Harmonies of #022C6C
Complementary color
Monochromatic Colors of #022C6C
Black with #022C6C
Text Example
Text Example
White with #022C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C6C; }
p { color: rgb(2,44,108); }
H1.HeaderClassName
{
color: #022C6C;
}
.AnyTagClassName
{
color: #022C6C;
}
</style>
background-color css
<style>
a { background-color: #022C6C; }
a { background-color: rgb(2,44,108); }
div.DivClassName
{
background-color: #022C6C;
}
.BgClassName
{
background-color: #022C6C;
}
</style>
border-color css
<style>
span { border-color: #022C6C; }
span { border-color: rgb(2,44,108); }
td.TdClassName
{
border-color: #022C6C;
}
.TagClassName
{
border-color: #022C6C;
}
</style>