Shades of Prussian Blue #023972
Tints of Prussian Blue #023972
RGB
CMYK
RGB Variations
Color information
#023972 (or 0x023972) is known color: Prussian Blue. HEX triplet: 02, 39 and 72. RGB value is (2,57,114). Sum of RGB (Red+Green+Blue) = 2+57+114=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #023972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023972 is #FDC68D. Grayscale: #2E2E2E. Windows color (decimal): -16631438 or 7485698. OLE color: 7485698.
HSL color Cylindrical-coordinate representation of color #023972: hue angle of 210.54º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023972 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 57 | 114 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.55 |
| HSL | 210.54º | 0.97% | 0.23% | - |
| HSV(B) | 210.54º | 0.98% | 0.45% | - |
| XYZ | 4.53 | 4.15 | 16.48 | - |
| YUV | 47.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 114 | 0.98 | 0.50 | 0 | 0.55 | 210.54 | 0.97 | 0.23 |
| Hex | 2 | 39 | 72 | 62 | 32 | 0 | 37 | D3 | 61 | 17 |
| Octal | 2 | 71 | 162 | 142 | 62 | 0 | 67 | 323 | 141 | 27 |
| Binary | 10 | 111001 | 1110010 | 1100010 | 110010 | 0 | 110111 | 11010011 | 1100001 | 10111 |
Color Harmonies of #023972
Complementary color
Monochromatic Colors of #023972
Black with #023972
Text Example
Text Example
White with #023972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023972; }
p { color: rgb(2,57,114); }
H1.HeaderClassName
{
color: #023972;
}
.AnyTagClassName
{
color: #023972;
}
</style>
background-color css
<style>
a { background-color: #023972; }
a { background-color: rgb(2,57,114); }
div.DivClassName
{
background-color: #023972;
}
.BgClassName
{
background-color: #023972;
}
</style>
border-color css
<style>
span { border-color: #023972; }
span { border-color: rgb(2,57,114); }
td.TdClassName
{
border-color: #023972;
}
.TagClassName
{
border-color: #023972;
}
</style>