Shades of Prussian Blue #023C5D
Tints of Prussian Blue #023C5D
RGB
CMYK
RGB Variations
Color information
#023C5D (or 0x023C5D) is known color: Prussian Blue. HEX triplet: 02, 3C and 5D. RGB value is (2,60,93). Sum of RGB (Red+Green+Blue) = 2+60+93=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #023C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C5D is #FDC3A2. Grayscale: #2E2E2E. Windows color (decimal): -16630691 or 6110210. OLE color: 6110210.
HSL color Cylindrical-coordinate representation of color #023C5D: hue angle of 201.76º 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 #023C5D is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 60 | 93 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.64 |
| HSL | 201.76º | 0.96% | 0.19% | - |
| HSV(B) | 201.76º | 0.98% | 0.36% | - |
| XYZ | 3.62 | 4.03 | 10.94 | - |
| YUV | 46.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 93 | 0.98 | 0.35 | 0 | 0.64 | 201.76 | 0.96 | 0.19 |
| Hex | 2 | 3C | 5D | 62 | 23 | 0 | 40 | CA | 60 | 13 |
| Octal | 2 | 74 | 135 | 142 | 43 | 0 | 100 | 312 | 140 | 23 |
| Binary | 10 | 111100 | 1011101 | 1100010 | 100011 | 0 | 1000000 | 11001010 | 1100000 | 10011 |
Color Harmonies of #023C5D
Complementary color
Monochromatic Colors of #023C5D
Black with #023C5D
Text Example
Text Example
White with #023C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C5D; }
p { color: rgb(2,60,93); }
H1.HeaderClassName
{
color: #023C5D;
}
.AnyTagClassName
{
color: #023C5D;
}
</style>
background-color css
<style>
a { background-color: #023C5D; }
a { background-color: rgb(2,60,93); }
div.DivClassName
{
background-color: #023C5D;
}
.BgClassName
{
background-color: #023C5D;
}
</style>
border-color css
<style>
span { border-color: #023C5D; }
span { border-color: rgb(2,60,93); }
td.TdClassName
{
border-color: #023C5D;
}
.TagClassName
{
border-color: #023C5D;
}
</style>