Shades of Sapphire #0B2072
Tints of Sapphire #0B2072
RGB
CMYK
RGB Variations
Color information
#0B2072 (or 0x0B2072) is known color: Sapphire. HEX triplet: 0B, 20 and 72. RGB value is (11,32,114). Sum of RGB (Red+Green+Blue) = 11+32+114=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B2072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2072 is #F4DF8D. Grayscale: #222222. Windows color (decimal): -16048014 or 7479307. OLE color: 7479307.
HSL color Cylindrical-coordinate representation of color #0B2072: hue angle of 227.77º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2072 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 32 | 114 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.55 |
| HSL | 227.77º | 0.82% | 0.25% | - |
| HSV(B) | 227.77º | 0.9% | 0.45% | - |
| XYZ | 3.69 | 2.32 | 16.17 | - |
| YUV | 35.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 114 | 0.90 | 0.72 | 0 | 0.55 | 227.77 | 0.82 | 0.25 |
| Hex | B | 20 | 72 | 5A | 48 | 0 | 37 | E4 | 52 | 19 |
| Octal | 13 | 40 | 162 | 132 | 110 | 0 | 67 | 344 | 122 | 31 |
| Binary | 1011 | 100000 | 1110010 | 1011010 | 1001000 | 0 | 110111 | 11100100 | 1010010 | 11001 |
Color Harmonies of #0B2072
Complementary color
Monochromatic Colors of #0B2072
Black with #0B2072
Text Example
Text Example
White with #0B2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2072; }
p { color: rgb(11,32,114); }
H1.HeaderClassName
{
color: #0B2072;
}
.AnyTagClassName
{
color: #0B2072;
}
</style>
background-color css
<style>
a { background-color: #0B2072; }
a { background-color: rgb(11,32,114); }
div.DivClassName
{
background-color: #0B2072;
}
.BgClassName
{
background-color: #0B2072;
}
</style>
border-color css
<style>
span { border-color: #0B2072; }
span { border-color: rgb(11,32,114); }
td.TdClassName
{
border-color: #0B2072;
}
.TagClassName
{
border-color: #0B2072;
}
</style>