Shades of Prussian Blue #003872
Tints of Prussian Blue #003872
RGB
CMYK
RGB Variations
Color information
#003872 (or 0x003872) is known color: Prussian Blue. HEX triplet: 00, 38 and 72. RGB value is (0,56,114). Sum of RGB (Red+Green+Blue) = 0+56+114=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #003872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003872 is #FFC78D. Grayscale: #2D2D2D. Windows color (decimal): -16762766 or 7485440. OLE color: 7485440.
HSL color Cylindrical-coordinate representation of color #003872: hue angle of 210.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003872 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 56 | 114 | - |
| CMYK | 1 | 0.51 | 0 | 0.55 |
| HSL | 210.53º | 1% | 0.22% | - |
| HSV(B) | 210.53º | 1% | 0.45% | - |
| XYZ | 4.45 | 4.04 | 16.47 | - |
| YUV | 45.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 114 | 1 | 0.51 | 0 | 0.55 | 210.53 | 1 | 0.22 |
| Hex | 0 | 38 | 72 | 64 | 33 | 0 | 37 | D3 | 64 | 16 |
| Octal | 0 | 70 | 162 | 144 | 63 | 0 | 67 | 323 | 144 | 26 |
| Binary | 0 | 111000 | 1110010 | 1100100 | 110011 | 0 | 110111 | 11010011 | 1100100 | 10110 |
Color Harmonies of #003872
Complementary color
Monochromatic Colors of #003872
Black with #003872
Text Example
Text Example
White with #003872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003872; }
p { color: rgb(0,56,114); }
H1.HeaderClassName
{
color: #003872;
}
.AnyTagClassName
{
color: #003872;
}
</style>
background-color css
<style>
a { background-color: #003872; }
a { background-color: rgb(0,56,114); }
div.DivClassName
{
background-color: #003872;
}
.BgClassName
{
background-color: #003872;
}
</style>
border-color css
<style>
span { border-color: #003872; }
span { border-color: rgb(0,56,114); }
td.TdClassName
{
border-color: #003872;
}
.TagClassName
{
border-color: #003872;
}
</style>