Shades of Prussian Blue #023751
Tints of Prussian Blue #023751
RGB
CMYK
RGB Variations
Color information
#023751 (or 0x023751) is known color: Prussian Blue. HEX triplet: 02, 37 and 51. RGB value is (2,55,81). Sum of RGB (Red+Green+Blue) = 2+55+81=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #023751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023751 is #FDC8AE. Grayscale: #292929. Windows color (decimal): -16631983 or 5322498. OLE color: 5322498.
HSL color Cylindrical-coordinate representation of color #023751: hue angle of 199.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023751 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 55 | 81 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.68 |
| HSL | 199.75º | 0.95% | 0.16% | - |
| HSV(B) | 199.75º | 0.98% | 0.32% | - |
| XYZ | 2.88 | 3.34 | 8.28 | - |
| YUV | 42.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 81 | 0.98 | 0.32 | 0 | 0.68 | 199.75 | 0.95 | 0.16 |
| Hex | 2 | 37 | 51 | 62 | 20 | 0 | 44 | C8 | 5F | 10 |
| Octal | 2 | 67 | 121 | 142 | 40 | 0 | 104 | 310 | 137 | 20 |
| Binary | 10 | 110111 | 1010001 | 1100010 | 100000 | 0 | 1000100 | 11001000 | 1011111 | 10000 |
Color Harmonies of #023751
Complementary color
Monochromatic Colors of #023751
Black with #023751
Text Example
Text Example
White with #023751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023751; }
p { color: rgb(2,55,81); }
H1.HeaderClassName
{
color: #023751;
}
.AnyTagClassName
{
color: #023751;
}
</style>
background-color css
<style>
a { background-color: #023751; }
a { background-color: rgb(2,55,81); }
div.DivClassName
{
background-color: #023751;
}
.BgClassName
{
background-color: #023751;
}
</style>
border-color css
<style>
span { border-color: #023751; }
span { border-color: rgb(2,55,81); }
td.TdClassName
{
border-color: #023751;
}
.TagClassName
{
border-color: #023751;
}
</style>