Shades of Prussian Blue #0B326C
Tints of Prussian Blue #0B326C
RGB
CMYK
RGB Variations
Color information
#0B326C (or 0x0B326C) is known color: Prussian Blue. HEX triplet: 0B, 32 and 6C. RGB value is (11,50,108). Sum of RGB (Red+Green+Blue) = 11+50+108=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B326C is #F4CD93. Grayscale: #2C2C2C. Windows color (decimal): -16043412 or 7090699. OLE color: 7090699.
HSL color Cylindrical-coordinate representation of color #0B326C: hue angle of 215.88º 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 #0B326C is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 50 | 108 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.58 |
| HSL | 215.88º | 0.82% | 0.23% | - |
| HSV(B) | 215.88º | 0.9% | 0.42% | - |
| XYZ | 3.99 | 3.44 | 14.64 | - |
| YUV | 44.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 108 | 0.90 | 0.54 | 0 | 0.58 | 215.88 | 0.82 | 0.23 |
| Hex | B | 32 | 6C | 5A | 36 | 0 | 3A | D8 | 52 | 17 |
| Octal | 13 | 62 | 154 | 132 | 66 | 0 | 72 | 330 | 122 | 27 |
| Binary | 1011 | 110010 | 1101100 | 1011010 | 110110 | 0 | 111010 | 11011000 | 1010010 | 10111 |
Color Harmonies of #0B326C
Complementary color
Monochromatic Colors of #0B326C
Black with #0B326C
Text Example
Text Example
White with #0B326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B326C; }
p { color: rgb(11,50,108); }
H1.HeaderClassName
{
color: #0B326C;
}
.AnyTagClassName
{
color: #0B326C;
}
</style>
background-color css
<style>
a { background-color: #0B326C; }
a { background-color: rgb(11,50,108); }
div.DivClassName
{
background-color: #0B326C;
}
.BgClassName
{
background-color: #0B326C;
}
</style>
border-color css
<style>
span { border-color: #0B326C; }
span { border-color: rgb(11,50,108); }
td.TdClassName
{
border-color: #0B326C;
}
.TagClassName
{
border-color: #0B326C;
}
</style>