Shades of Prussian Blue #023B5D
Tints of Prussian Blue #023B5D
RGB
CMYK
RGB Variations
Color information
#023B5D (or 0x023B5D) is known color: Prussian Blue. HEX triplet: 02, 3B and 5D. RGB value is (2,59,93). Sum of RGB (Red+Green+Blue) = 2+59+93=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #023B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B5D is #FDC4A2. Grayscale: #2D2D2D. Windows color (decimal): -16630947 or 6109954. OLE color: 6109954.
HSL color Cylindrical-coordinate representation of color #023B5D: hue angle of 202.42º 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 #023B5D is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 59 | 93 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.64 |
| HSL | 202.42º | 0.96% | 0.19% | - |
| HSV(B) | 202.42º | 0.98% | 0.36% | - |
| XYZ | 3.56 | 3.93 | 10.93 | - |
| YUV | 45.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 93 | 0.98 | 0.37 | 0 | 0.64 | 202.42 | 0.96 | 0.19 |
| Hex | 2 | 3B | 5D | 62 | 25 | 0 | 40 | CA | 60 | 13 |
| Octal | 2 | 73 | 135 | 142 | 45 | 0 | 100 | 312 | 140 | 23 |
| Binary | 10 | 111011 | 1011101 | 1100010 | 100101 | 0 | 1000000 | 11001010 | 1100000 | 10011 |
Color Harmonies of #023B5D
Complementary color
Monochromatic Colors of #023B5D
Black with #023B5D
Text Example
Text Example
White with #023B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B5D; }
p { color: rgb(2,59,93); }
H1.HeaderClassName
{
color: #023B5D;
}
.AnyTagClassName
{
color: #023B5D;
}
</style>
background-color css
<style>
a { background-color: #023B5D; }
a { background-color: rgb(2,59,93); }
div.DivClassName
{
background-color: #023B5D;
}
.BgClassName
{
background-color: #023B5D;
}
</style>
border-color css
<style>
span { border-color: #023B5D; }
span { border-color: rgb(2,59,93); }
td.TdClassName
{
border-color: #023B5D;
}
.TagClassName
{
border-color: #023B5D;
}
</style>