Shades of Prussian Blue #0B406C
Tints of Prussian Blue #0B406C
RGB
CMYK
RGB Variations
Color information
#0B406C (or 0x0B406C) is known color: Prussian Blue. HEX triplet: 0B, 40 and 6C. RGB value is (11,64,108). Sum of RGB (Red+Green+Blue) = 11+64+108=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B406C is #F4BF93. Grayscale: #343434. Windows color (decimal): -16039828 or 7094283. OLE color: 7094283.
HSL color Cylindrical-coordinate representation of color #0B406C: hue angle of 207.22º 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 #0B406C is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 64 | 108 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.58 |
| HSL | 207.22º | 0.82% | 0.23% | - |
| HSV(B) | 207.22º | 0.9% | 0.42% | - |
| XYZ | 4.68 | 4.82 | 14.87 | - |
| YUV | 53.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 108 | 0.90 | 0.41 | 0 | 0.58 | 207.22 | 0.82 | 0.23 |
| Hex | B | 40 | 6C | 5A | 29 | 0 | 3A | CF | 52 | 17 |
| Octal | 13 | 100 | 154 | 132 | 51 | 0 | 72 | 317 | 122 | 27 |
| Binary | 1011 | 1000000 | 1101100 | 1011010 | 101001 | 0 | 111010 | 11001111 | 1010010 | 10111 |
Color Harmonies of #0B406C
Complementary color
Monochromatic Colors of #0B406C
Black with #0B406C
Text Example
Text Example
White with #0B406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B406C; }
p { color: rgb(11,64,108); }
H1.HeaderClassName
{
color: #0B406C;
}
.AnyTagClassName
{
color: #0B406C;
}
</style>
background-color css
<style>
a { background-color: #0B406C; }
a { background-color: rgb(11,64,108); }
div.DivClassName
{
background-color: #0B406C;
}
.BgClassName
{
background-color: #0B406C;
}
</style>
border-color css
<style>
span { border-color: #0B406C; }
span { border-color: rgb(11,64,108); }
td.TdClassName
{
border-color: #0B406C;
}
.TagClassName
{
border-color: #0B406C;
}
</style>