Shades of Prussian Blue #0B3570
Tints of Prussian Blue #0B3570
RGB
CMYK
RGB Variations
Color information
#0B3570 (or 0x0B3570) is known color: Prussian Blue. HEX triplet: 0B, 35 and 70. RGB value is (11,53,112). Sum of RGB (Red+Green+Blue) = 11+53+112=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B3570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3570 is #F4CA8F. Grayscale: #2E2E2E. Windows color (decimal): -16042640 or 7353611. OLE color: 7353611.
HSL color Cylindrical-coordinate representation of color #0B3570: hue angle of 215.05º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3570 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 53 | 112 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.56 |
| HSL | 215.05º | 0.82% | 0.24% | - |
| HSV(B) | 215.05º | 0.9% | 0.44% | - |
| XYZ | 4.34 | 3.79 | 15.83 | - |
| YUV | 47.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 112 | 0.90 | 0.53 | 0 | 0.56 | 215.05 | 0.82 | 0.24 |
| Hex | B | 35 | 70 | 5A | 35 | 0 | 38 | D7 | 52 | 18 |
| Octal | 13 | 65 | 160 | 132 | 65 | 0 | 70 | 327 | 122 | 30 |
| Binary | 1011 | 110101 | 1110000 | 1011010 | 110101 | 0 | 111000 | 11010111 | 1010010 | 11000 |
Color Harmonies of #0B3570
Complementary color
Monochromatic Colors of #0B3570
Black with #0B3570
Text Example
Text Example
White with #0B3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3570; }
p { color: rgb(11,53,112); }
H1.HeaderClassName
{
color: #0B3570;
}
.AnyTagClassName
{
color: #0B3570;
}
</style>
background-color css
<style>
a { background-color: #0B3570; }
a { background-color: rgb(11,53,112); }
div.DivClassName
{
background-color: #0B3570;
}
.BgClassName
{
background-color: #0B3570;
}
</style>
border-color css
<style>
span { border-color: #0B3570; }
span { border-color: rgb(11,53,112); }
td.TdClassName
{
border-color: #0B3570;
}
.TagClassName
{
border-color: #0B3570;
}
</style>