Shades of Prussian Blue #023860
Tints of Prussian Blue #023860
RGB
CMYK
RGB Variations
Color information
#023860 (or 0x023860) is known color: Prussian Blue. HEX triplet: 02, 38 and 60. RGB value is (2,56,96). Sum of RGB (Red+Green+Blue) = 2+56+96=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #023860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023860 is #FDC79F. Grayscale: #2C2C2C. Windows color (decimal): -16631712 or 6305794. OLE color: 6305794.
HSL color Cylindrical-coordinate representation of color #023860: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023860 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 56 | 96 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.62 |
| HSL | 205.53º | 0.96% | 0.19% | - |
| HSV(B) | 205.53º | 0.98% | 0.38% | - |
| XYZ | 3.55 | 3.69 | 11.59 | - |
| YUV | 44.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 96 | 0.98 | 0.42 | 0 | 0.62 | 205.53 | 0.96 | 0.19 |
| Hex | 2 | 38 | 60 | 62 | 2A | 0 | 3E | CE | 60 | 13 |
| Octal | 2 | 70 | 140 | 142 | 52 | 0 | 76 | 316 | 140 | 23 |
| Binary | 10 | 111000 | 1100000 | 1100010 | 101010 | 0 | 111110 | 11001110 | 1100000 | 10011 |
Color Harmonies of #023860
Complementary color
Monochromatic Colors of #023860
Black with #023860
Text Example
Text Example
White with #023860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023860; }
p { color: rgb(2,56,96); }
H1.HeaderClassName
{
color: #023860;
}
.AnyTagClassName
{
color: #023860;
}
</style>
background-color css
<style>
a { background-color: #023860; }
a { background-color: rgb(2,56,96); }
div.DivClassName
{
background-color: #023860;
}
.BgClassName
{
background-color: #023860;
}
</style>
border-color css
<style>
span { border-color: #023860; }
span { border-color: rgb(2,56,96); }
td.TdClassName
{
border-color: #023860;
}
.TagClassName
{
border-color: #023860;
}
</style>