Shades of Prussian Blue #023C59
Tints of Prussian Blue #023C59
RGB
CMYK
RGB Variations
Color information
#023C59 (or 0x023C59) is known color: Prussian Blue. HEX triplet: 02, 3C and 59. RGB value is (2,60,89). Sum of RGB (Red+Green+Blue) = 2+60+89=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #023C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C59 is #FDC3A6. Grayscale: #2D2D2D. Windows color (decimal): -16630695 or 5848066. OLE color: 5848066.
HSL color Cylindrical-coordinate representation of color #023C59: hue angle of 200º 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 #023C59 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 60 | 89 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.65 |
| HSL | 200º | 0.96% | 0.18% | - |
| HSV(B) | 200º | 0.98% | 0.35% | - |
| XYZ | 3.44 | 3.97 | 10.04 | - |
| YUV | 45.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 89 | 0.98 | 0.33 | 0 | 0.65 | 200 | 0.96 | 0.18 |
| Hex | 2 | 3C | 59 | 62 | 21 | 0 | 41 | C8 | 60 | 12 |
| Octal | 2 | 74 | 131 | 142 | 41 | 0 | 101 | 310 | 140 | 22 |
| Binary | 10 | 111100 | 1011001 | 1100010 | 100001 | 0 | 1000001 | 11001000 | 1100000 | 10010 |
Color Harmonies of #023C59
Complementary color
Monochromatic Colors of #023C59
Black with #023C59
Text Example
Text Example
White with #023C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C59; }
p { color: rgb(2,60,89); }
H1.HeaderClassName
{
color: #023C59;
}
.AnyTagClassName
{
color: #023C59;
}
</style>
background-color css
<style>
a { background-color: #023C59; }
a { background-color: rgb(2,60,89); }
div.DivClassName
{
background-color: #023C59;
}
.BgClassName
{
background-color: #023C59;
}
</style>
border-color css
<style>
span { border-color: #023C59; }
span { border-color: rgb(2,60,89); }
td.TdClassName
{
border-color: #023C59;
}
.TagClassName
{
border-color: #023C59;
}
</style>