Shades of Prussian Blue #023970
Tints of Prussian Blue #023970
RGB
CMYK
RGB Variations
Color information
#023970 (or 0x023970) is known color: Prussian Blue. HEX triplet: 02, 39 and 70. RGB value is (2,57,112). Sum of RGB (Red+Green+Blue) = 2+57+112=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #023970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023970 is #FDC68F. Grayscale: #2E2E2E. Windows color (decimal): -16631440 or 7354626. OLE color: 7354626.
HSL color Cylindrical-coordinate representation of color #023970: hue angle of 210º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023970 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 57 | 112 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.56 |
| HSL | 210º | 0.96% | 0.22% | - |
| HSV(B) | 210º | 0.98% | 0.44% | - |
| XYZ | 4.41 | 4.11 | 15.89 | - |
| YUV | 46.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 112 | 0.98 | 0.49 | 0 | 0.56 | 210 | 0.96 | 0.22 |
| Hex | 2 | 39 | 70 | 62 | 31 | 0 | 38 | D2 | 60 | 16 |
| Octal | 2 | 71 | 160 | 142 | 61 | 0 | 70 | 322 | 140 | 26 |
| Binary | 10 | 111001 | 1110000 | 1100010 | 110001 | 0 | 111000 | 11010010 | 1100000 | 10110 |
Color Harmonies of #023970
Complementary color
Monochromatic Colors of #023970
Black with #023970
Text Example
Text Example
White with #023970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023970; }
p { color: rgb(2,57,112); }
H1.HeaderClassName
{
color: #023970;
}
.AnyTagClassName
{
color: #023970;
}
</style>
background-color css
<style>
a { background-color: #023970; }
a { background-color: rgb(2,57,112); }
div.DivClassName
{
background-color: #023970;
}
.BgClassName
{
background-color: #023970;
}
</style>
border-color css
<style>
span { border-color: #023970; }
span { border-color: rgb(2,57,112); }
td.TdClassName
{
border-color: #023970;
}
.TagClassName
{
border-color: #023970;
}
</style>