Shades of Prussian Blue #0B416A
Tints of Prussian Blue #0B416A
RGB
CMYK
RGB Variations
Color information
#0B416A (or 0x0B416A) is known color: Prussian Blue. HEX triplet: 0B, 41 and 6A. RGB value is (11,65,106). Sum of RGB (Red+Green+Blue) = 11+65+106=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B416A is #F4BE95. Grayscale: #353535. Windows color (decimal): -16039574 or 6963467. OLE color: 6963467.
HSL color Cylindrical-coordinate representation of color #0B416A: hue angle of 205.89º degrees, saturation: 0.81, 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 #0B416A is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 65 | 106 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.58 |
| HSL | 205.89º | 0.81% | 0.23% | - |
| HSV(B) | 205.89º | 0.9% | 0.42% | - |
| XYZ | 4.63 | 4.89 | 14.34 | - |
| YUV | 53.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 106 | 0.90 | 0.39 | 0 | 0.58 | 205.89 | 0.81 | 0.23 |
| Hex | B | 41 | 6A | 5A | 27 | 0 | 3A | CE | 51 | 17 |
| Octal | 13 | 101 | 152 | 132 | 47 | 0 | 72 | 316 | 121 | 27 |
| Binary | 1011 | 1000001 | 1101010 | 1011010 | 100111 | 0 | 111010 | 11001110 | 1010001 | 10111 |
Color Harmonies of #0B416A
Complementary color
Monochromatic Colors of #0B416A
Black with #0B416A
Text Example
Text Example
White with #0B416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B416A; }
p { color: rgb(11,65,106); }
H1.HeaderClassName
{
color: #0B416A;
}
.AnyTagClassName
{
color: #0B416A;
}
</style>
background-color css
<style>
a { background-color: #0B416A; }
a { background-color: rgb(11,65,106); }
div.DivClassName
{
background-color: #0B416A;
}
.BgClassName
{
background-color: #0B416A;
}
</style>
border-color css
<style>
span { border-color: #0B416A; }
span { border-color: rgb(11,65,106); }
td.TdClassName
{
border-color: #0B416A;
}
.TagClassName
{
border-color: #0B416A;
}
</style>