Shades of Prussian Blue #0B395F
Tints of Prussian Blue #0B395F
RGB
CMYK
RGB Variations
Color information
#0B395F (or 0x0B395F) is known color: Prussian Blue. HEX triplet: 0B, 39 and 5F. RGB value is (11,57,95). Sum of RGB (Red+Green+Blue) = 11+57+95=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B395F is #F4C6A0. Grayscale: #2F2F2F. Windows color (decimal): -16041633 or 6240523. OLE color: 6240523.
HSL color Cylindrical-coordinate representation of color #0B395F: hue angle of 207.14º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B395F is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 57 | 95 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.63 |
| HSL | 207.14º | 0.79% | 0.21% | - |
| HSV(B) | 207.14º | 0.88% | 0.37% | - |
| XYZ | 3.67 | 3.82 | 11.37 | - |
| YUV | 47.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 95 | 0.88 | 0.40 | 0 | 0.63 | 207.14 | 0.79 | 0.21 |
| Hex | B | 39 | 5F | 58 | 28 | 0 | 3F | CF | 4F | 15 |
| Octal | 13 | 71 | 137 | 130 | 50 | 0 | 77 | 317 | 117 | 25 |
| Binary | 1011 | 111001 | 1011111 | 1011000 | 101000 | 0 | 111111 | 11001111 | 1001111 | 10101 |
Color Harmonies of #0B395F
Complementary color
Monochromatic Colors of #0B395F
Black with #0B395F
Text Example
Text Example
White with #0B395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B395F; }
p { color: rgb(11,57,95); }
H1.HeaderClassName
{
color: #0B395F;
}
.AnyTagClassName
{
color: #0B395F;
}
</style>
background-color css
<style>
a { background-color: #0B395F; }
a { background-color: rgb(11,57,95); }
div.DivClassName
{
background-color: #0B395F;
}
.BgClassName
{
background-color: #0B395F;
}
</style>
border-color css
<style>
span { border-color: #0B395F; }
span { border-color: rgb(11,57,95); }
td.TdClassName
{
border-color: #0B395F;
}
.TagClassName
{
border-color: #0B395F;
}
</style>