Shades of Sapphire #0B1968
Tints of Sapphire #0B1968
RGB
CMYK
RGB Variations
Color information
#0B1968 (or 0x0B1968) is known color: Sapphire. HEX triplet: 0B, 19 and 68. RGB value is (11,25,104). Sum of RGB (Red+Green+Blue) = 11+25+104=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B1968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1968 is #F4E697. Grayscale: #1D1D1D. Windows color (decimal): -16049816 or 6822155. OLE color: 6822155.
HSL color Cylindrical-coordinate representation of color #0B1968: hue angle of 230.97º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1968 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 25 | 104 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.59 |
| HSL | 230.97º | 0.81% | 0.23% | - |
| HSV(B) | 230.97º | 0.89% | 0.41% | - |
| XYZ | 2.98 | 1.77 | 13.28 | - |
| YUV | 29.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 104 | 0.89 | 0.76 | 0 | 0.59 | 230.97 | 0.81 | 0.23 |
| Hex | B | 19 | 68 | 59 | 4C | 0 | 3B | E7 | 51 | 17 |
| Octal | 13 | 31 | 150 | 131 | 114 | 0 | 73 | 347 | 121 | 27 |
| Binary | 1011 | 11001 | 1101000 | 1011001 | 1001100 | 0 | 111011 | 11100111 | 1010001 | 10111 |
Color Harmonies of #0B1968
Complementary color
Monochromatic Colors of #0B1968
Black with #0B1968
Text Example
Text Example
White with #0B1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1968; }
p { color: rgb(11,25,104); }
H1.HeaderClassName
{
color: #0B1968;
}
.AnyTagClassName
{
color: #0B1968;
}
</style>
background-color css
<style>
a { background-color: #0B1968; }
a { background-color: rgb(11,25,104); }
div.DivClassName
{
background-color: #0B1968;
}
.BgClassName
{
background-color: #0B1968;
}
</style>
border-color css
<style>
span { border-color: #0B1968; }
span { border-color: rgb(11,25,104); }
td.TdClassName
{
border-color: #0B1968;
}
.TagClassName
{
border-color: #0B1968;
}
</style>