Shades of Sapphire #0B2059
Tints of Sapphire #0B2059
RGB
CMYK
RGB Variations
Color information
#0B2059 (or 0x0B2059) is known color: Sapphire. HEX triplet: 0B, 20 and 59. RGB value is (11,32,89). Sum of RGB (Red+Green+Blue) = 11+32+89=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B2059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2059 is #F4DFA6. Grayscale: #1F1F1F. Windows color (decimal): -16048039 or 5840907. OLE color: 5840907.
HSL color Cylindrical-coordinate representation of color #0B2059: hue angle of 223.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2059 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 32 | 89 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.65 |
| HSL | 223.85º | 0.78% | 0.2% | - |
| HSV(B) | 223.85º | 0.88% | 0.35% | - |
| XYZ | 2.46 | 1.83 | 9.67 | - |
| YUV | 32.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 89 | 0.88 | 0.64 | 0 | 0.65 | 223.85 | 0.78 | 0.2 |
| Hex | B | 20 | 59 | 58 | 40 | 0 | 41 | E0 | 4E | 14 |
| Octal | 13 | 40 | 131 | 130 | 100 | 0 | 101 | 340 | 116 | 24 |
| Binary | 1011 | 100000 | 1011001 | 1011000 | 1000000 | 0 | 1000001 | 11100000 | 1001110 | 10100 |
Color Harmonies of #0B2059
Complementary color
Monochromatic Colors of #0B2059
Black with #0B2059
Text Example
Text Example
White with #0B2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2059; }
p { color: rgb(11,32,89); }
H1.HeaderClassName
{
color: #0B2059;
}
.AnyTagClassName
{
color: #0B2059;
}
</style>
background-color css
<style>
a { background-color: #0B2059; }
a { background-color: rgb(11,32,89); }
div.DivClassName
{
background-color: #0B2059;
}
.BgClassName
{
background-color: #0B2059;
}
</style>
border-color css
<style>
span { border-color: #0B2059; }
span { border-color: rgb(11,32,89); }
td.TdClassName
{
border-color: #0B2059;
}
.TagClassName
{
border-color: #0B2059;
}
</style>