Shades of Sapphire #0B246E
Tints of Sapphire #0B246E
RGB
CMYK
RGB Variations
Color information
#0B246E (or 0x0B246E) is known color: Sapphire. HEX triplet: 0B, 24 and 6E. RGB value is (11,36,110). Sum of RGB (Red+Green+Blue) = 11+36+110=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B246E is #F4DB91. Grayscale: #242424. Windows color (decimal): -16046994 or 7218187. OLE color: 7218187.
HSL color Cylindrical-coordinate representation of color #0B246E: hue angle of 224.85º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B246E is Cyan = 0.9, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 36 | 110 | - |
| CMYK | 0.9 | 0.67 | 0 | 0.57 |
| HSL | 224.85º | 0.82% | 0.24% | - |
| HSV(B) | 224.85º | 0.9% | 0.43% | - |
| XYZ | 3.58 | 2.46 | 15.04 | - |
| YUV | 36.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 110 | 0.9 | 0.67 | 0 | 0.57 | 224.85 | 0.82 | 0.24 |
| Hex | B | 24 | 6E | 5A | 43 | 0 | 39 | E1 | 52 | 18 |
| Octal | 13 | 44 | 156 | 132 | 103 | 0 | 71 | 341 | 122 | 30 |
| Binary | 1011 | 100100 | 1101110 | 1011010 | 1000011 | 0 | 111001 | 11100001 | 1010010 | 11000 |
Color Harmonies of #0B246E
Complementary color
Monochromatic Colors of #0B246E
Black with #0B246E
Text Example
Text Example
White with #0B246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B246E; }
p { color: rgb(11,36,110); }
H1.HeaderClassName
{
color: #0B246E;
}
.AnyTagClassName
{
color: #0B246E;
}
</style>
background-color css
<style>
a { background-color: #0B246E; }
a { background-color: rgb(11,36,110); }
div.DivClassName
{
background-color: #0B246E;
}
.BgClassName
{
background-color: #0B246E;
}
</style>
border-color css
<style>
span { border-color: #0B246E; }
span { border-color: rgb(11,36,110); }
td.TdClassName
{
border-color: #0B246E;
}
.TagClassName
{
border-color: #0B246E;
}
</style>