Shades of Prussian Blue #022D4E
Tints of Prussian Blue #022D4E
RGB
CMYK
RGB Variations
Color information
#022D4E (or 0x022D4E) is known color: Prussian Blue. HEX triplet: 02, 2D and 4E. RGB value is (2,45,78). Sum of RGB (Red+Green+Blue) = 2+45+78=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #022D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D4E is #FDD2B1. Grayscale: #232323. Windows color (decimal): -16634546 or 5123330. OLE color: 5123330.
HSL color Cylindrical-coordinate representation of color #022D4E: hue angle of 206.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D4E is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 45 | 78 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.69 |
| HSL | 206.05º | 0.95% | 0.16% | - |
| HSV(B) | 206.05º | 0.97% | 0.31% | - |
| XYZ | 2.34 | 2.44 | 7.56 | - |
| YUV | 35.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 78 | 0.97 | 0.42 | 0 | 0.69 | 206.05 | 0.95 | 0.16 |
| Hex | 2 | 2D | 4E | 61 | 2A | 0 | 45 | CE | 5F | 10 |
| Octal | 2 | 55 | 116 | 141 | 52 | 0 | 105 | 316 | 137 | 20 |
| Binary | 10 | 101101 | 1001110 | 1100001 | 101010 | 0 | 1000101 | 11001110 | 1011111 | 10000 |
Color Harmonies of #022D4E
Complementary color
Monochromatic Colors of #022D4E
Black with #022D4E
Text Example
Text Example
White with #022D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D4E; }
p { color: rgb(2,45,78); }
H1.HeaderClassName
{
color: #022D4E;
}
.AnyTagClassName
{
color: #022D4E;
}
</style>
background-color css
<style>
a { background-color: #022D4E; }
a { background-color: rgb(2,45,78); }
div.DivClassName
{
background-color: #022D4E;
}
.BgClassName
{
background-color: #022D4E;
}
</style>
border-color css
<style>
span { border-color: #022D4E; }
span { border-color: rgb(2,45,78); }
td.TdClassName
{
border-color: #022D4E;
}
.TagClassName
{
border-color: #022D4E;
}
</style>