Shades of Sapphire #0B2077
Tints of Sapphire #0B2077
RGB
CMYK
RGB Variations
Color information
#0B2077 (or 0x0B2077) is known color: Sapphire. HEX triplet: 0B, 20 and 77. RGB value is (11,32,119). Sum of RGB (Red+Green+Blue) = 11+32+119=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B2077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2077 is #F4DF88. Grayscale: #232323. Windows color (decimal): -16048009 or 7806987. OLE color: 7806987.
HSL color Cylindrical-coordinate representation of color #0B2077: hue angle of 228.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2077 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 32 | 119 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.53 |
| HSL | 228.33º | 0.83% | 0.25% | - |
| HSV(B) | 228.33º | 0.91% | 0.47% | - |
| XYZ | 3.98 | 2.44 | 17.71 | - |
| YUV | 35.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 119 | 0.91 | 0.73 | 0 | 0.53 | 228.33 | 0.83 | 0.25 |
| Hex | B | 20 | 77 | 5B | 49 | 0 | 35 | E4 | 53 | 19 |
| Octal | 13 | 40 | 167 | 133 | 111 | 0 | 65 | 344 | 123 | 31 |
| Binary | 1011 | 100000 | 1110111 | 1011011 | 1001001 | 0 | 110101 | 11100100 | 1010011 | 11001 |
Color Harmonies of #0B2077
Complementary color
Monochromatic Colors of #0B2077
Black with #0B2077
Text Example
Text Example
White with #0B2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2077; }
p { color: rgb(11,32,119); }
H1.HeaderClassName
{
color: #0B2077;
}
.AnyTagClassName
{
color: #0B2077;
}
</style>
background-color css
<style>
a { background-color: #0B2077; }
a { background-color: rgb(11,32,119); }
div.DivClassName
{
background-color: #0B2077;
}
.BgClassName
{
background-color: #0B2077;
}
</style>
border-color css
<style>
span { border-color: #0B2077; }
span { border-color: rgb(11,32,119); }
td.TdClassName
{
border-color: #0B2077;
}
.TagClassName
{
border-color: #0B2077;
}
</style>