Shades of Sapphire #0B155F
Tints of Sapphire #0B155F
RGB
CMYK
RGB Variations
Color information
#0B155F (or 0x0B155F) is known color: Sapphire. HEX triplet: 0B, 15 and 5F. RGB value is (11,21,95). Sum of RGB (Red+Green+Blue) = 11+21+95=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B155F is #F4EAA0. Grayscale: #1A1A1A. Windows color (decimal): -16050849 or 6231307. OLE color: 6231307.
HSL color Cylindrical-coordinate representation of color #0B155F: hue angle of 232.86º 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 #0B155F is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 21 | 95 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.63 |
| HSL | 232.86º | 0.79% | 0.21% | - |
| HSV(B) | 232.86º | 0.88% | 0.37% | - |
| XYZ | 2.47 | 1.43 | 10.97 | - |
| YUV | 26.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 95 | 0.88 | 0.78 | 0 | 0.63 | 232.86 | 0.79 | 0.21 |
| Hex | B | 15 | 5F | 58 | 4E | 0 | 3F | E9 | 4F | 15 |
| Octal | 13 | 25 | 137 | 130 | 116 | 0 | 77 | 351 | 117 | 25 |
| Binary | 1011 | 10101 | 1011111 | 1011000 | 1001110 | 0 | 111111 | 11101001 | 1001111 | 10101 |
Color Harmonies of #0B155F
Complementary color
Monochromatic Colors of #0B155F
Black with #0B155F
Text Example
Text Example
White with #0B155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B155F; }
p { color: rgb(11,21,95); }
H1.HeaderClassName
{
color: #0B155F;
}
.AnyTagClassName
{
color: #0B155F;
}
</style>
background-color css
<style>
a { background-color: #0B155F; }
a { background-color: rgb(11,21,95); }
div.DivClassName
{
background-color: #0B155F;
}
.BgClassName
{
background-color: #0B155F;
}
</style>
border-color css
<style>
span { border-color: #0B155F; }
span { border-color: rgb(11,21,95); }
td.TdClassName
{
border-color: #0B155F;
}
.TagClassName
{
border-color: #0B155F;
}
</style>