Shades of Sapphire #0B155B
Tints of Sapphire #0B155B
RGB
CMYK
RGB Variations
Color information
#0B155B (or 0x0B155B) is known color: Sapphire. HEX triplet: 0B, 15 and 5B. RGB value is (11,21,91). Sum of RGB (Red+Green+Blue) = 11+21+91=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B155B is #F4EAA4. Grayscale: #191919. Windows color (decimal): -16050853 or 5969163. OLE color: 5969163.
HSL color Cylindrical-coordinate representation of color #0B155B: hue angle of 232.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B155B is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 21 | 91 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.64 |
| HSL | 232.5º | 0.78% | 0.2% | - |
| HSV(B) | 232.5º | 0.88% | 0.36% | - |
| XYZ | 2.29 | 1.36 | 10.04 | - |
| YUV | 25.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 91 | 0.88 | 0.77 | 0 | 0.64 | 232.5 | 0.78 | 0.2 |
| Hex | B | 15 | 5B | 58 | 4D | 0 | 40 | E8 | 4E | 14 |
| Octal | 13 | 25 | 133 | 130 | 115 | 0 | 100 | 350 | 116 | 24 |
| Binary | 1011 | 10101 | 1011011 | 1011000 | 1001101 | 0 | 1000000 | 11101000 | 1001110 | 10100 |
Color Harmonies of #0B155B
Complementary color
Monochromatic Colors of #0B155B
Black with #0B155B
Text Example
Text Example
White with #0B155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B155B; }
p { color: rgb(11,21,91); }
H1.HeaderClassName
{
color: #0B155B;
}
.AnyTagClassName
{
color: #0B155B;
}
</style>
background-color css
<style>
a { background-color: #0B155B; }
a { background-color: rgb(11,21,91); }
div.DivClassName
{
background-color: #0B155B;
}
.BgClassName
{
background-color: #0B155B;
}
</style>
border-color css
<style>
span { border-color: #0B155B; }
span { border-color: rgb(11,21,91); }
td.TdClassName
{
border-color: #0B155B;
}
.TagClassName
{
border-color: #0B155B;
}
</style>