Shades of Sapphire #0B175B
Tints of Sapphire #0B175B
RGB
CMYK
RGB Variations
Color information
#0B175B (or 0x0B175B) is known color: Sapphire. HEX triplet: 0B, 17 and 5B. RGB value is (11,23,91). Sum of RGB (Red+Green+Blue) = 11+23+91=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B175B is #F4E8A4. Grayscale: #1A1A1A. Windows color (decimal): -16050341 or 5969675. OLE color: 5969675.
HSL color Cylindrical-coordinate representation of color #0B175B: hue angle of 231º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B175B is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 23 | 91 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.64 |
| HSL | 231º | 0.78% | 0.2% | - |
| HSV(B) | 231º | 0.88% | 0.36% | - |
| XYZ | 2.33 | 1.44 | 10.05 | - |
| YUV | 27.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 91 | 0.88 | 0.75 | 0 | 0.64 | 231 | 0.78 | 0.2 |
| Hex | B | 17 | 5B | 58 | 4B | 0 | 40 | E7 | 4E | 14 |
| Octal | 13 | 27 | 133 | 130 | 113 | 0 | 100 | 347 | 116 | 24 |
| Binary | 1011 | 10111 | 1011011 | 1011000 | 1001011 | 0 | 1000000 | 11100111 | 1001110 | 10100 |
Color Harmonies of #0B175B
Complementary color
Monochromatic Colors of #0B175B
Black with #0B175B
Text Example
Text Example
White with #0B175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B175B; }
p { color: rgb(11,23,91); }
H1.HeaderClassName
{
color: #0B175B;
}
.AnyTagClassName
{
color: #0B175B;
}
</style>
background-color css
<style>
a { background-color: #0B175B; }
a { background-color: rgb(11,23,91); }
div.DivClassName
{
background-color: #0B175B;
}
.BgClassName
{
background-color: #0B175B;
}
</style>
border-color css
<style>
span { border-color: #0B175B; }
span { border-color: rgb(11,23,91); }
td.TdClassName
{
border-color: #0B175B;
}
.TagClassName
{
border-color: #0B175B;
}
</style>