Shades of Prussian Blue #0B3151
Tints of Prussian Blue #0B3151
RGB
CMYK
RGB Variations
Color information
#0B3151 (or 0x0B3151) is known color: Prussian Blue. HEX triplet: 0B, 31 and 51. RGB value is (11,49,81). Sum of RGB (Red+Green+Blue) = 11+49+81=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3151 is #F4CEAE. Grayscale: #292929. Windows color (decimal): -16043695 or 5320971. OLE color: 5320971.
HSL color Cylindrical-coordinate representation of color #0B3151: hue angle of 207.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3151 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 49 | 81 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.68 |
| HSL | 207.43º | 0.76% | 0.18% | - |
| HSV(B) | 207.43º | 0.86% | 0.32% | - |
| XYZ | 2.72 | 2.86 | 8.19 | - |
| YUV | 41.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 81 | 0.86 | 0.40 | 0 | 0.68 | 207.43 | 0.76 | 0.18 |
| Hex | B | 31 | 51 | 56 | 28 | 0 | 44 | CF | 4C | 12 |
| Octal | 13 | 61 | 121 | 126 | 50 | 0 | 104 | 317 | 114 | 22 |
| Binary | 1011 | 110001 | 1010001 | 1010110 | 101000 | 0 | 1000100 | 11001111 | 1001100 | 10010 |
Color Harmonies of #0B3151
Complementary color
Monochromatic Colors of #0B3151
Black with #0B3151
Text Example
Text Example
White with #0B3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3151; }
p { color: rgb(11,49,81); }
H1.HeaderClassName
{
color: #0B3151;
}
.AnyTagClassName
{
color: #0B3151;
}
</style>
background-color css
<style>
a { background-color: #0B3151; }
a { background-color: rgb(11,49,81); }
div.DivClassName
{
background-color: #0B3151;
}
.BgClassName
{
background-color: #0B3151;
}
</style>
border-color css
<style>
span { border-color: #0B3151; }
span { border-color: rgb(11,49,81); }
td.TdClassName
{
border-color: #0B3151;
}
.TagClassName
{
border-color: #0B3151;
}
</style>