Shades of Sapphire #0B1663
Tints of Sapphire #0B1663
RGB
CMYK
RGB Variations
Color information
#0B1663 (or 0x0B1663) is known color: Sapphire. HEX triplet: 0B, 16 and 63. RGB value is (11,22,99). Sum of RGB (Red+Green+Blue) = 11+22+99=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B1663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1663 is #F4E99C. Grayscale: #1B1B1B. Windows color (decimal): -16050589 or 6493707. OLE color: 6493707.
HSL color Cylindrical-coordinate representation of color #0B1663: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B1663 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 22 | 99 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.61 |
| HSL | 232.5º | 0.8% | 0.22% | - |
| HSV(B) | 232.5º | 0.89% | 0.39% | - |
| XYZ | 2.68 | 1.55 | 11.96 | - |
| YUV | 27.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 99 | 0.89 | 0.78 | 0 | 0.61 | 232.5 | 0.8 | 0.22 |
| Hex | B | 16 | 63 | 59 | 4E | 0 | 3D | E8 | 50 | 16 |
| Octal | 13 | 26 | 143 | 131 | 116 | 0 | 75 | 350 | 120 | 26 |
| Binary | 1011 | 10110 | 1100011 | 1011001 | 1001110 | 0 | 111101 | 11101000 | 1010000 | 10110 |
Color Harmonies of #0B1663
Complementary color
Monochromatic Colors of #0B1663
Black with #0B1663
Text Example
Text Example
White with #0B1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1663; }
p { color: rgb(11,22,99); }
H1.HeaderClassName
{
color: #0B1663;
}
.AnyTagClassName
{
color: #0B1663;
}
</style>
background-color css
<style>
a { background-color: #0B1663; }
a { background-color: rgb(11,22,99); }
div.DivClassName
{
background-color: #0B1663;
}
.BgClassName
{
background-color: #0B1663;
}
</style>
border-color css
<style>
span { border-color: #0B1663; }
span { border-color: rgb(11,22,99); }
td.TdClassName
{
border-color: #0B1663;
}
.TagClassName
{
border-color: #0B1663;
}
</style>