Shades of Prussian Blue #0B346C
Tints of Prussian Blue #0B346C
RGB
CMYK
RGB Variations
Color information
#0B346C (or 0x0B346C) is known color: Prussian Blue. HEX triplet: 0B, 34 and 6C. RGB value is (11,52,108). Sum of RGB (Red+Green+Blue) = 11+52+108=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B346C is #F4CB93. Grayscale: #2D2D2D. Windows color (decimal): -16042900 or 7091211. OLE color: 7091211.
HSL color Cylindrical-coordinate representation of color #0B346C: hue angle of 214.64º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B346C is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 52 | 108 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.58 |
| HSL | 214.64º | 0.82% | 0.23% | - |
| HSV(B) | 214.64º | 0.9% | 0.42% | - |
| XYZ | 4.07 | 3.61 | 14.67 | - |
| YUV | 46.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 108 | 0.90 | 0.52 | 0 | 0.58 | 214.64 | 0.82 | 0.23 |
| Hex | B | 34 | 6C | 5A | 34 | 0 | 3A | D7 | 52 | 17 |
| Octal | 13 | 64 | 154 | 132 | 64 | 0 | 72 | 327 | 122 | 27 |
| Binary | 1011 | 110100 | 1101100 | 1011010 | 110100 | 0 | 111010 | 11010111 | 1010010 | 10111 |
Color Harmonies of #0B346C
Complementary color
Monochromatic Colors of #0B346C
Black with #0B346C
Text Example
Text Example
White with #0B346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B346C; }
p { color: rgb(11,52,108); }
H1.HeaderClassName
{
color: #0B346C;
}
.AnyTagClassName
{
color: #0B346C;
}
</style>
background-color css
<style>
a { background-color: #0B346C; }
a { background-color: rgb(11,52,108); }
div.DivClassName
{
background-color: #0B346C;
}
.BgClassName
{
background-color: #0B346C;
}
</style>
border-color css
<style>
span { border-color: #0B346C; }
span { border-color: rgb(11,52,108); }
td.TdClassName
{
border-color: #0B346C;
}
.TagClassName
{
border-color: #0B346C;
}
</style>