Shades of Prussian Blue #003870
Tints of Prussian Blue #003870
RGB
CMYK
RGB Variations
Color information
#003870 (or 0x003870) is known color: Prussian Blue. HEX triplet: 00, 38 and 70. RGB value is (0,56,112). Sum of RGB (Red+Green+Blue) = 0+56+112=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #003870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003870 is #FFC78F. Grayscale: #2D2D2D. Windows color (decimal): -16762768 or 7354368. OLE color: 7354368.
HSL color Cylindrical-coordinate representation of color #003870: hue angle of 210º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003870 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 56 | 112 | - |
| CMYK | 1 | 0.50 | 0 | 0.56 |
| HSL | 210º | 1% | 0.22% | - |
| HSV(B) | 210º | 1% | 0.44% | - |
| XYZ | 4.34 | 4 | 15.87 | - |
| YUV | 45.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 112 | 1 | 0.50 | 0 | 0.56 | 210 | 1 | 0.22 |
| Hex | 0 | 38 | 70 | 64 | 32 | 0 | 38 | D2 | 64 | 16 |
| Octal | 0 | 70 | 160 | 144 | 62 | 0 | 70 | 322 | 144 | 26 |
| Binary | 0 | 111000 | 1110000 | 1100100 | 110010 | 0 | 111000 | 11010010 | 1100100 | 10110 |
Color Harmonies of #003870
Complementary color
Monochromatic Colors of #003870
Black with #003870
Text Example
Text Example
White with #003870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003870; }
p { color: rgb(0,56,112); }
H1.HeaderClassName
{
color: #003870;
}
.AnyTagClassName
{
color: #003870;
}
</style>
background-color css
<style>
a { background-color: #003870; }
a { background-color: rgb(0,56,112); }
div.DivClassName
{
background-color: #003870;
}
.BgClassName
{
background-color: #003870;
}
</style>
border-color css
<style>
span { border-color: #003870; }
span { border-color: rgb(0,56,112); }
td.TdClassName
{
border-color: #003870;
}
.TagClassName
{
border-color: #003870;
}
</style>