Shades of Prussian Blue #0B3860
Tints of Prussian Blue #0B3860
RGB
CMYK
RGB Variations
Color information
#0B3860 (or 0x0B3860) is known color: Prussian Blue. HEX triplet: 0B, 38 and 60. RGB value is (11,56,96). Sum of RGB (Red+Green+Blue) = 11+56+96=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B3860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3860 is #F4C79F. Grayscale: #2E2E2E. Windows color (decimal): -16041888 or 6305803. OLE color: 6305803.
HSL color Cylindrical-coordinate representation of color #0B3860: hue angle of 208.24º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3860 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 56 | 96 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.62 |
| HSL | 208.24º | 0.79% | 0.21% | - |
| HSV(B) | 208.24º | 0.89% | 0.38% | - |
| XYZ | 3.66 | 3.74 | 11.6 | - |
| YUV | 47.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 96 | 0.89 | 0.42 | 0 | 0.62 | 208.24 | 0.79 | 0.21 |
| Hex | B | 38 | 60 | 59 | 2A | 0 | 3E | D0 | 4F | 15 |
| Octal | 13 | 70 | 140 | 131 | 52 | 0 | 76 | 320 | 117 | 25 |
| Binary | 1011 | 111000 | 1100000 | 1011001 | 101010 | 0 | 111110 | 11010000 | 1001111 | 10101 |
Color Harmonies of #0B3860
Complementary color
Monochromatic Colors of #0B3860
Black with #0B3860
Text Example
Text Example
White with #0B3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3860; }
p { color: rgb(11,56,96); }
H1.HeaderClassName
{
color: #0B3860;
}
.AnyTagClassName
{
color: #0B3860;
}
</style>
background-color css
<style>
a { background-color: #0B3860; }
a { background-color: rgb(11,56,96); }
div.DivClassName
{
background-color: #0B3860;
}
.BgClassName
{
background-color: #0B3860;
}
</style>
border-color css
<style>
span { border-color: #0B3860; }
span { border-color: rgb(11,56,96); }
td.TdClassName
{
border-color: #0B3860;
}
.TagClassName
{
border-color: #0B3860;
}
</style>