Shades of Prussian Blue #022D70
Tints of Prussian Blue #022D70
RGB
CMYK
RGB Variations
Color information
#022D70 (or 0x022D70) is known color: Prussian Blue. HEX triplet: 02, 2D and 70. RGB value is (2,45,112). Sum of RGB (Red+Green+Blue) = 2+45+112=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #022D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D70 is #FDD28F. Grayscale: #272727. Windows color (decimal): -16634512 or 7351554. OLE color: 7351554.
HSL color Cylindrical-coordinate representation of color #022D70: hue angle of 216.55º 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 #022D70 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 45 | 112 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.56 |
| HSL | 216.55º | 0.96% | 0.22% | - |
| HSV(B) | 216.55º | 0.98% | 0.44% | - |
| XYZ | 3.89 | 3.06 | 15.71 | - |
| YUV | 39.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 112 | 0.98 | 0.60 | 0 | 0.56 | 216.55 | 0.96 | 0.22 |
| Hex | 2 | 2D | 70 | 62 | 3C | 0 | 38 | D9 | 60 | 16 |
| Octal | 2 | 55 | 160 | 142 | 74 | 0 | 70 | 331 | 140 | 26 |
| Binary | 10 | 101101 | 1110000 | 1100010 | 111100 | 0 | 111000 | 11011001 | 1100000 | 10110 |
Color Harmonies of #022D70
Complementary color
Monochromatic Colors of #022D70
Black with #022D70
Text Example
Text Example
White with #022D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D70; }
p { color: rgb(2,45,112); }
H1.HeaderClassName
{
color: #022D70;
}
.AnyTagClassName
{
color: #022D70;
}
</style>
background-color css
<style>
a { background-color: #022D70; }
a { background-color: rgb(2,45,112); }
div.DivClassName
{
background-color: #022D70;
}
.BgClassName
{
background-color: #022D70;
}
</style>
border-color css
<style>
span { border-color: #022D70; }
span { border-color: rgb(2,45,112); }
td.TdClassName
{
border-color: #022D70;
}
.TagClassName
{
border-color: #022D70;
}
</style>