Shades of Prussian Blue #023E59
Tints of Prussian Blue #023E59
RGB
CMYK
RGB Variations
Color information
#023E59 (or 0x023E59) is known color: Prussian Blue. HEX triplet: 02, 3E and 59. RGB value is (2,62,89). Sum of RGB (Red+Green+Blue) = 2+62+89=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #023E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E59 is #FDC1A6. Grayscale: #2E2E2E. Windows color (decimal): -16630183 or 5848578. OLE color: 5848578.
HSL color Cylindrical-coordinate representation of color #023E59: hue angle of 198.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E59 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 62 | 89 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.65 |
| HSL | 198.62º | 0.96% | 0.18% | - |
| HSV(B) | 198.62º | 0.98% | 0.35% | - |
| XYZ | 3.55 | 4.18 | 10.07 | - |
| YUV | 47.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 89 | 0.98 | 0.30 | 0 | 0.65 | 198.62 | 0.96 | 0.18 |
| Hex | 2 | 3E | 59 | 62 | 1E | 0 | 41 | C7 | 60 | 12 |
| Octal | 2 | 76 | 131 | 142 | 36 | 0 | 101 | 307 | 140 | 22 |
| Binary | 10 | 111110 | 1011001 | 1100010 | 11110 | 0 | 1000001 | 11000111 | 1100000 | 10010 |
Color Harmonies of #023E59
Complementary color
Monochromatic Colors of #023E59
Black with #023E59
Text Example
Text Example
White with #023E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E59; }
p { color: rgb(2,62,89); }
H1.HeaderClassName
{
color: #023E59;
}
.AnyTagClassName
{
color: #023E59;
}
</style>
background-color css
<style>
a { background-color: #023E59; }
a { background-color: rgb(2,62,89); }
div.DivClassName
{
background-color: #023E59;
}
.BgClassName
{
background-color: #023E59;
}
</style>
border-color css
<style>
span { border-color: #023E59; }
span { border-color: rgb(2,62,89); }
td.TdClassName
{
border-color: #023E59;
}
.TagClassName
{
border-color: #023E59;
}
</style>