Shades of Sapphire #0B2079
Tints of Sapphire #0B2079
RGB
CMYK
RGB Variations
Color information
#0B2079 (or 0x0B2079) is known color: Sapphire. HEX triplet: 0B, 20 and 79. RGB value is (11,32,121). Sum of RGB (Red+Green+Blue) = 11+32+121=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B2079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2079 is #F4DF86. Grayscale: #232323. Windows color (decimal): -16048007 or 7938059. OLE color: 7938059.
HSL color Cylindrical-coordinate representation of color #0B2079: hue angle of 228.55º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2079 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 32 | 121 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.53 |
| HSL | 228.55º | 0.83% | 0.26% | - |
| HSV(B) | 228.55º | 0.91% | 0.47% | - |
| XYZ | 4.11 | 2.48 | 18.35 | - |
| YUV | 35.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 121 | 0.91 | 0.74 | 0 | 0.53 | 228.55 | 0.83 | 0.26 |
| Hex | B | 20 | 79 | 5B | 4A | 0 | 35 | E5 | 53 | 1A |
| Octal | 13 | 40 | 171 | 133 | 112 | 0 | 65 | 345 | 123 | 32 |
| Binary | 1011 | 100000 | 1111001 | 1011011 | 1001010 | 0 | 110101 | 11100101 | 1010011 | 11010 |
Color Harmonies of #0B2079
Complementary color
Monochromatic Colors of #0B2079
Black with #0B2079
Text Example
Text Example
White with #0B2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2079; }
p { color: rgb(11,32,121); }
H1.HeaderClassName
{
color: #0B2079;
}
.AnyTagClassName
{
color: #0B2079;
}
</style>
background-color css
<style>
a { background-color: #0B2079; }
a { background-color: rgb(11,32,121); }
div.DivClassName
{
background-color: #0B2079;
}
.BgClassName
{
background-color: #0B2079;
}
</style>
border-color css
<style>
span { border-color: #0B2079; }
span { border-color: rgb(11,32,121); }
td.TdClassName
{
border-color: #0B2079;
}
.TagClassName
{
border-color: #0B2079;
}
</style>