Shades of Prussian Blue #0B4166
Tints of Prussian Blue #0B4166
RGB
CMYK
RGB Variations
Color information
#0B4166 (or 0x0B4166) is known color: Prussian Blue. HEX triplet: 0B, 41 and 66. RGB value is (11,65,102). Sum of RGB (Red+Green+Blue) = 11+65+102=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #0B4166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4166 is #F4BE99. Grayscale: #343434. Windows color (decimal): -16039578 or 6701323. OLE color: 6701323.
HSL color Cylindrical-coordinate representation of color #0B4166: hue angle of 204.4º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4166 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 65 | 102 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.6 |
| HSL | 204.4º | 0.81% | 0.22% | - |
| HSV(B) | 204.4º | 0.89% | 0.4% | - |
| XYZ | 4.43 | 4.81 | 13.27 | - |
| YUV | 53.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 65 | 102 | 0.89 | 0.36 | 0 | 0.6 | 204.4 | 0.81 | 0.22 |
| Hex | B | 41 | 66 | 59 | 24 | 0 | 3C | CC | 51 | 16 |
| Octal | 13 | 101 | 146 | 131 | 44 | 0 | 74 | 314 | 121 | 26 |
| Binary | 1011 | 1000001 | 1100110 | 1011001 | 100100 | 0 | 111100 | 11001100 | 1010001 | 10110 |
Color Harmonies of #0B4166
Complementary color
Monochromatic Colors of #0B4166
Black with #0B4166
Text Example
Text Example
White with #0B4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4166; }
p { color: rgb(11,65,102); }
H1.HeaderClassName
{
color: #0B4166;
}
.AnyTagClassName
{
color: #0B4166;
}
</style>
background-color css
<style>
a { background-color: #0B4166; }
a { background-color: rgb(11,65,102); }
div.DivClassName
{
background-color: #0B4166;
}
.BgClassName
{
background-color: #0B4166;
}
</style>
border-color css
<style>
span { border-color: #0B4166; }
span { border-color: rgb(11,65,102); }
td.TdClassName
{
border-color: #0B4166;
}
.TagClassName
{
border-color: #0B4166;
}
</style>