Shades of Prussian Blue #0B3470
Tints of Prussian Blue #0B3470
RGB
CMYK
RGB Variations
Color information
#0B3470 (or 0x0B3470) is known color: Prussian Blue. HEX triplet: 0B, 34 and 70. RGB value is (11,52,112). Sum of RGB (Red+Green+Blue) = 11+52+112=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B3470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3470 is #F4CB8F. Grayscale: #2E2E2E. Windows color (decimal): -16042896 or 7353355. OLE color: 7353355.
HSL color Cylindrical-coordinate representation of color #0B3470: hue angle of 215.64º 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 #0B3470 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 52 | 112 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.56 |
| HSL | 215.64º | 0.82% | 0.24% | - |
| HSV(B) | 215.64º | 0.9% | 0.44% | - |
| XYZ | 4.29 | 3.7 | 15.82 | - |
| YUV | 46.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 112 | 0.90 | 0.54 | 0 | 0.56 | 215.64 | 0.82 | 0.24 |
| Hex | B | 34 | 70 | 5A | 36 | 0 | 38 | D8 | 52 | 18 |
| Octal | 13 | 64 | 160 | 132 | 66 | 0 | 70 | 330 | 122 | 30 |
| Binary | 1011 | 110100 | 1110000 | 1011010 | 110110 | 0 | 111000 | 11011000 | 1010010 | 11000 |
Color Harmonies of #0B3470
Complementary color
Monochromatic Colors of #0B3470
Black with #0B3470
Text Example
Text Example
White with #0B3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3470; }
p { color: rgb(11,52,112); }
H1.HeaderClassName
{
color: #0B3470;
}
.AnyTagClassName
{
color: #0B3470;
}
</style>
background-color css
<style>
a { background-color: #0B3470; }
a { background-color: rgb(11,52,112); }
div.DivClassName
{
background-color: #0B3470;
}
.BgClassName
{
background-color: #0B3470;
}
</style>
border-color css
<style>
span { border-color: #0B3470; }
span { border-color: rgb(11,52,112); }
td.TdClassName
{
border-color: #0B3470;
}
.TagClassName
{
border-color: #0B3470;
}
</style>