Shades of Prussian Blue #0B3872
Tints of Prussian Blue #0B3872
RGB
CMYK
RGB Variations
Color information
#0B3872 (or 0x0B3872) is known color: Prussian Blue. HEX triplet: 0B, 38 and 72. RGB value is (11,56,114). Sum of RGB (Red+Green+Blue) = 11+56+114=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B3872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3872 is #F4C78D. Grayscale: #303030. Windows color (decimal): -16041870 or 7485451. OLE color: 7485451.
HSL color Cylindrical-coordinate representation of color #0B3872: hue angle of 213.79º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3872 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 56 | 114 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.55 |
| HSL | 213.79º | 0.82% | 0.25% | - |
| HSV(B) | 213.79º | 0.9% | 0.45% | - |
| XYZ | 4.59 | 4.11 | 16.47 | - |
| YUV | 49.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 114 | 0.90 | 0.51 | 0 | 0.55 | 213.79 | 0.82 | 0.25 |
| Hex | B | 38 | 72 | 5A | 33 | 0 | 37 | D6 | 52 | 19 |
| Octal | 13 | 70 | 162 | 132 | 63 | 0 | 67 | 326 | 122 | 31 |
| Binary | 1011 | 111000 | 1110010 | 1011010 | 110011 | 0 | 110111 | 11010110 | 1010010 | 11001 |
Color Harmonies of #0B3872
Complementary color
Monochromatic Colors of #0B3872
Black with #0B3872
Text Example
Text Example
White with #0B3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3872; }
p { color: rgb(11,56,114); }
H1.HeaderClassName
{
color: #0B3872;
}
.AnyTagClassName
{
color: #0B3872;
}
</style>
background-color css
<style>
a { background-color: #0B3872; }
a { background-color: rgb(11,56,114); }
div.DivClassName
{
background-color: #0B3872;
}
.BgClassName
{
background-color: #0B3872;
}
</style>
border-color css
<style>
span { border-color: #0B3872; }
span { border-color: rgb(11,56,114); }
td.TdClassName
{
border-color: #0B3872;
}
.TagClassName
{
border-color: #0B3872;
}
</style>