Shades of Sapphire #0B185D
Tints of Sapphire #0B185D
RGB
CMYK
RGB Variations
Color information
#0B185D (or 0x0B185D) is known color: Sapphire. HEX triplet: 0B, 18 and 5D. RGB value is (11,24,93). Sum of RGB (Red+Green+Blue) = 11+24+93=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B185D is #F4E7A2. Grayscale: #1B1B1B. Windows color (decimal): -16050083 or 6101003. OLE color: 6101003.
HSL color Cylindrical-coordinate representation of color #0B185D: hue angle of 230.49º degrees, saturation: 0.79, 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 #0B185D is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 24 | 93 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.64 |
| HSL | 230.49º | 0.79% | 0.2% | - |
| HSV(B) | 230.49º | 0.88% | 0.36% | - |
| XYZ | 2.44 | 1.51 | 10.52 | - |
| YUV | 27.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 93 | 0.88 | 0.74 | 0 | 0.64 | 230.49 | 0.79 | 0.2 |
| Hex | B | 18 | 5D | 58 | 4A | 0 | 40 | E6 | 4F | 14 |
| Octal | 13 | 30 | 135 | 130 | 112 | 0 | 100 | 346 | 117 | 24 |
| Binary | 1011 | 11000 | 1011101 | 1011000 | 1001010 | 0 | 1000000 | 11100110 | 1001111 | 10100 |
Color Harmonies of #0B185D
Complementary color
Monochromatic Colors of #0B185D
Black with #0B185D
Text Example
Text Example
White with #0B185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B185D; }
p { color: rgb(11,24,93); }
H1.HeaderClassName
{
color: #0B185D;
}
.AnyTagClassName
{
color: #0B185D;
}
</style>
background-color css
<style>
a { background-color: #0B185D; }
a { background-color: rgb(11,24,93); }
div.DivClassName
{
background-color: #0B185D;
}
.BgClassName
{
background-color: #0B185D;
}
</style>
border-color css
<style>
span { border-color: #0B185D; }
span { border-color: rgb(11,24,93); }
td.TdClassName
{
border-color: #0B185D;
}
.TagClassName
{
border-color: #0B185D;
}
</style>