Shades of Prussian Blue #022B5D
Tints of Prussian Blue #022B5D
RGB
CMYK
RGB Variations
Color information
#022B5D (or 0x022B5D) is known color: Prussian Blue. HEX triplet: 02, 2B and 5D. RGB value is (2,43,93). Sum of RGB (Red+Green+Blue) = 2+43+93=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #022B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B5D is #FDD4A2. Grayscale: #242424. Windows color (decimal): -16635043 or 6105858. OLE color: 6105858.
HSL color Cylindrical-coordinate representation of color #022B5D: hue angle of 212.97º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022B5D is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 43 | 93 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.64 |
| HSL | 212.97º | 0.96% | 0.19% | - |
| HSV(B) | 212.97º | 0.98% | 0.36% | - |
| XYZ | 2.86 | 2.53 | 10.69 | - |
| YUV | 36.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 93 | 0.98 | 0.54 | 0 | 0.64 | 212.97 | 0.96 | 0.19 |
| Hex | 2 | 2B | 5D | 62 | 36 | 0 | 40 | D5 | 60 | 13 |
| Octal | 2 | 53 | 135 | 142 | 66 | 0 | 100 | 325 | 140 | 23 |
| Binary | 10 | 101011 | 1011101 | 1100010 | 110110 | 0 | 1000000 | 11010101 | 1100000 | 10011 |
Color Harmonies of #022B5D
Complementary color
Monochromatic Colors of #022B5D
Black with #022B5D
Text Example
Text Example
White with #022B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B5D; }
p { color: rgb(2,43,93); }
H1.HeaderClassName
{
color: #022B5D;
}
.AnyTagClassName
{
color: #022B5D;
}
</style>
background-color css
<style>
a { background-color: #022B5D; }
a { background-color: rgb(2,43,93); }
div.DivClassName
{
background-color: #022B5D;
}
.BgClassName
{
background-color: #022B5D;
}
</style>
border-color css
<style>
span { border-color: #022B5D; }
span { border-color: rgb(2,43,93); }
td.TdClassName
{
border-color: #022B5D;
}
.TagClassName
{
border-color: #022B5D;
}
</style>