Shades of Sapphire #0B244C
Tints of Sapphire #0B244C
RGB
CMYK
RGB Variations
Color information
#0B244C (or 0x0B244C) is known color: Sapphire. HEX triplet: 0B, 24 and 4C. RGB value is (11,36,76). Sum of RGB (Red+Green+Blue) = 11+36+76=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B244C is #F4DBB3. Grayscale: #202020. Windows color (decimal): -16047028 or 4989963. OLE color: 4989963.
HSL color Cylindrical-coordinate representation of color #0B244C: hue angle of 216.92º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B244C is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 36 | 76 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.70 |
| HSL | 216.92º | 0.75% | 0.17% | - |
| HSV(B) | 216.92º | 0.86% | 0.3% | - |
| XYZ | 2.07 | 1.85 | 7.09 | - |
| YUV | 33.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 76 | 0.86 | 0.53 | 0 | 0.70 | 216.92 | 0.75 | 0.17 |
| Hex | B | 24 | 4C | 56 | 35 | 0 | 46 | D9 | 4B | 11 |
| Octal | 13 | 44 | 114 | 126 | 65 | 0 | 106 | 331 | 113 | 21 |
| Binary | 1011 | 100100 | 1001100 | 1010110 | 110101 | 0 | 1000110 | 11011001 | 1001011 | 10001 |
Color Harmonies of #0B244C
Complementary color
Monochromatic Colors of #0B244C
Black with #0B244C
Text Example
Text Example
White with #0B244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B244C; }
p { color: rgb(11,36,76); }
H1.HeaderClassName
{
color: #0B244C;
}
.AnyTagClassName
{
color: #0B244C;
}
</style>
background-color css
<style>
a { background-color: #0B244C; }
a { background-color: rgb(11,36,76); }
div.DivClassName
{
background-color: #0B244C;
}
.BgClassName
{
background-color: #0B244C;
}
</style>
border-color css
<style>
span { border-color: #0B244C; }
span { border-color: rgb(11,36,76); }
td.TdClassName
{
border-color: #0B244C;
}
.TagClassName
{
border-color: #0B244C;
}
</style>