Shades of Sapphire #0B206F
Tints of Sapphire #0B206F
RGB
CMYK
RGB Variations
Color information
#0B206F (or 0x0B206F) is known color: Sapphire. HEX triplet: 0B, 20 and 6F. RGB value is (11,32,111). Sum of RGB (Red+Green+Blue) = 11+32+111=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B206F is #F4DF90. Grayscale: #222222. Windows color (decimal): -16048017 or 7282699. OLE color: 7282699.
HSL color Cylindrical-coordinate representation of color #0B206F: hue angle of 227.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B206F is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 32 | 111 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.56 |
| HSL | 227.4º | 0.82% | 0.24% | - |
| HSV(B) | 227.4º | 0.9% | 0.44% | - |
| XYZ | 3.52 | 2.25 | 15.29 | - |
| YUV | 34.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 111 | 0.90 | 0.71 | 0 | 0.56 | 227.4 | 0.82 | 0.24 |
| Hex | B | 20 | 6F | 5A | 47 | 0 | 38 | E3 | 52 | 18 |
| Octal | 13 | 40 | 157 | 132 | 107 | 0 | 70 | 343 | 122 | 30 |
| Binary | 1011 | 100000 | 1101111 | 1011010 | 1000111 | 0 | 111000 | 11100011 | 1010010 | 11000 |
Color Harmonies of #0B206F
Complementary color
Monochromatic Colors of #0B206F
Black with #0B206F
Text Example
Text Example
White with #0B206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B206F; }
p { color: rgb(11,32,111); }
H1.HeaderClassName
{
color: #0B206F;
}
.AnyTagClassName
{
color: #0B206F;
}
</style>
background-color css
<style>
a { background-color: #0B206F; }
a { background-color: rgb(11,32,111); }
div.DivClassName
{
background-color: #0B206F;
}
.BgClassName
{
background-color: #0B206F;
}
</style>
border-color css
<style>
span { border-color: #0B206F; }
span { border-color: rgb(11,32,111); }
td.TdClassName
{
border-color: #0B206F;
}
.TagClassName
{
border-color: #0B206F;
}
</style>