Shades of Sapphire #0B2866
Tints of Sapphire #0B2866
RGB
CMYK
RGB Variations
Color information
#0B2866 (or 0x0B2866) is known color: Sapphire. HEX triplet: 0B, 28 and 66. RGB value is (11,40,102). Sum of RGB (Red+Green+Blue) = 11+40+102=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #0B2866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2866 is #F4D799. Grayscale: #262626. Windows color (decimal): -16045978 or 6694923. OLE color: 6694923.
HSL color Cylindrical-coordinate representation of color #0B2866: hue angle of 220.88º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2866 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 40 | 102 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.6 |
| HSL | 220.88º | 0.81% | 0.22% | - |
| HSV(B) | 220.88º | 0.89% | 0.4% | - |
| XYZ | 3.3 | 2.55 | 12.89 | - |
| YUV | 38.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 102 | 0.89 | 0.61 | 0 | 0.6 | 220.88 | 0.81 | 0.22 |
| Hex | B | 28 | 66 | 59 | 3D | 0 | 3C | DD | 51 | 16 |
| Octal | 13 | 50 | 146 | 131 | 75 | 0 | 74 | 335 | 121 | 26 |
| Binary | 1011 | 101000 | 1100110 | 1011001 | 111101 | 0 | 111100 | 11011101 | 1010001 | 10110 |
Color Harmonies of #0B2866
Complementary color
Monochromatic Colors of #0B2866
Black with #0B2866
Text Example
Text Example
White with #0B2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2866; }
p { color: rgb(11,40,102); }
H1.HeaderClassName
{
color: #0B2866;
}
.AnyTagClassName
{
color: #0B2866;
}
</style>
background-color css
<style>
a { background-color: #0B2866; }
a { background-color: rgb(11,40,102); }
div.DivClassName
{
background-color: #0B2866;
}
.BgClassName
{
background-color: #0B2866;
}
</style>
border-color css
<style>
span { border-color: #0B2866; }
span { border-color: rgb(11,40,102); }
td.TdClassName
{
border-color: #0B2866;
}
.TagClassName
{
border-color: #0B2866;
}
</style>