Shades of Sapphire #0B184E
Tints of Sapphire #0B184E
RGB
CMYK
RGB Variations
Color information
#0B184E (or 0x0B184E) is known color: Sapphire. HEX triplet: 0B, 18 and 4E. RGB value is (11,24,78). Sum of RGB (Red+Green+Blue) = 11+24+78=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B184E is #F4E7B1. Grayscale: #1A1A1A. Windows color (decimal): -16050098 or 5117963. OLE color: 5117963.
HSL color Cylindrical-coordinate representation of color #0B184E: hue angle of 228.36º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B184E is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 24 | 78 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.69 |
| HSL | 228.36º | 0.75% | 0.17% | - |
| HSV(B) | 228.36º | 0.86% | 0.31% | - |
| XYZ | 1.84 | 1.27 | 7.36 | - |
| YUV | 26.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 78 | 0.86 | 0.69 | 0 | 0.69 | 228.36 | 0.75 | 0.17 |
| Hex | B | 18 | 4E | 56 | 45 | 0 | 45 | E4 | 4B | 11 |
| Octal | 13 | 30 | 116 | 126 | 105 | 0 | 105 | 344 | 113 | 21 |
| Binary | 1011 | 11000 | 1001110 | 1010110 | 1000101 | 0 | 1000101 | 11100100 | 1001011 | 10001 |
Color Harmonies of #0B184E
Complementary color
Monochromatic Colors of #0B184E
Black with #0B184E
Text Example
Text Example
White with #0B184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B184E; }
p { color: rgb(11,24,78); }
H1.HeaderClassName
{
color: #0B184E;
}
.AnyTagClassName
{
color: #0B184E;
}
</style>
background-color css
<style>
a { background-color: #0B184E; }
a { background-color: rgb(11,24,78); }
div.DivClassName
{
background-color: #0B184E;
}
.BgClassName
{
background-color: #0B184E;
}
</style>
border-color css
<style>
span { border-color: #0B184E; }
span { border-color: rgb(11,24,78); }
td.TdClassName
{
border-color: #0B184E;
}
.TagClassName
{
border-color: #0B184E;
}
</style>