Shades of Sapphire #0B175F
Tints of Sapphire #0B175F
RGB
CMYK
RGB Variations
Color information
#0B175F (or 0x0B175F) is known color: Sapphire. HEX triplet: 0B, 17 and 5F. RGB value is (11,23,95). Sum of RGB (Red+Green+Blue) = 11+23+95=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B175F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B175F is #F4E8A0. Grayscale: #1B1B1B. Windows color (decimal): -16050337 or 6231819. OLE color: 6231819.
HSL color Cylindrical-coordinate representation of color #0B175F: hue angle of 231.43º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B175F is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 23 | 95 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.63 |
| HSL | 231.43º | 0.79% | 0.21% | - |
| HSV(B) | 231.43º | 0.88% | 0.37% | - |
| XYZ | 2.51 | 1.51 | 10.99 | - |
| YUV | 27.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 95 | 0.88 | 0.76 | 0 | 0.63 | 231.43 | 0.79 | 0.21 |
| Hex | B | 17 | 5F | 58 | 4C | 0 | 3F | E7 | 4F | 15 |
| Octal | 13 | 27 | 137 | 130 | 114 | 0 | 77 | 347 | 117 | 25 |
| Binary | 1011 | 10111 | 1011111 | 1011000 | 1001100 | 0 | 111111 | 11100111 | 1001111 | 10101 |
Color Harmonies of #0B175F
Complementary color
Monochromatic Colors of #0B175F
Black with #0B175F
Text Example
Text Example
White with #0B175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B175F; }
p { color: rgb(11,23,95); }
H1.HeaderClassName
{
color: #0B175F;
}
.AnyTagClassName
{
color: #0B175F;
}
</style>
background-color css
<style>
a { background-color: #0B175F; }
a { background-color: rgb(11,23,95); }
div.DivClassName
{
background-color: #0B175F;
}
.BgClassName
{
background-color: #0B175F;
}
</style>
border-color css
<style>
span { border-color: #0B175F; }
span { border-color: rgb(11,23,95); }
td.TdClassName
{
border-color: #0B175F;
}
.TagClassName
{
border-color: #0B175F;
}
</style>