Shades of Prussian Blue #023B61
Tints of Prussian Blue #023B61
RGB
CMYK
RGB Variations
Color information
#023B61 (or 0x023B61) is known color: Prussian Blue. HEX triplet: 02, 3B and 61. RGB value is (2,59,97). Sum of RGB (Red+Green+Blue) = 2+59+97=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #023B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B61 is #FDC49E. Grayscale: #2E2E2E. Windows color (decimal): -16630943 or 6372098. OLE color: 6372098.
HSL color Cylindrical-coordinate representation of color #023B61: hue angle of 204º 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 #023B61 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 59 | 97 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.62 |
| HSL | 204º | 0.96% | 0.19% | - |
| HSV(B) | 204º | 0.98% | 0.38% | - |
| XYZ | 3.75 | 4 | 11.88 | - |
| YUV | 46.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 97 | 0.98 | 0.39 | 0 | 0.62 | 204 | 0.96 | 0.19 |
| Hex | 2 | 3B | 61 | 62 | 27 | 0 | 3E | CC | 60 | 13 |
| Octal | 2 | 73 | 141 | 142 | 47 | 0 | 76 | 314 | 140 | 23 |
| Binary | 10 | 111011 | 1100001 | 1100010 | 100111 | 0 | 111110 | 11001100 | 1100000 | 10011 |
Color Harmonies of #023B61
Complementary color
Monochromatic Colors of #023B61
Black with #023B61
Text Example
Text Example
White with #023B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B61; }
p { color: rgb(2,59,97); }
H1.HeaderClassName
{
color: #023B61;
}
.AnyTagClassName
{
color: #023B61;
}
</style>
background-color css
<style>
a { background-color: #023B61; }
a { background-color: rgb(2,59,97); }
div.DivClassName
{
background-color: #023B61;
}
.BgClassName
{
background-color: #023B61;
}
</style>
border-color css
<style>
span { border-color: #023B61; }
span { border-color: rgb(2,59,97); }
td.TdClassName
{
border-color: #023B61;
}
.TagClassName
{
border-color: #023B61;
}
</style>