Shades of Sapphire #0B1851
Tints of Sapphire #0B1851
RGB
CMYK
RGB Variations
Color information
#0B1851 (or 0x0B1851) is known color: Sapphire. HEX triplet: 0B, 18 and 51. RGB value is (11,24,81). Sum of RGB (Red+Green+Blue) = 11+24+81=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B1851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1851 is #F4E7AE. Grayscale: #1A1A1A. Windows color (decimal): -16050095 or 5314571. OLE color: 5314571.
HSL color Cylindrical-coordinate representation of color #0B1851: hue angle of 228.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1851 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 24 | 81 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.68 |
| HSL | 228.86º | 0.76% | 0.18% | - |
| HSV(B) | 228.86º | 0.86% | 0.32% | - |
| XYZ | 1.95 | 1.32 | 7.94 | - |
| YUV | 26.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 81 | 0.86 | 0.70 | 0 | 0.68 | 228.86 | 0.76 | 0.18 |
| Hex | B | 18 | 51 | 56 | 46 | 0 | 44 | E5 | 4C | 12 |
| Octal | 13 | 30 | 121 | 126 | 106 | 0 | 104 | 345 | 114 | 22 |
| Binary | 1011 | 11000 | 1010001 | 1010110 | 1000110 | 0 | 1000100 | 11100101 | 1001100 | 10010 |
Color Harmonies of #0B1851
Complementary color
Monochromatic Colors of #0B1851
Black with #0B1851
Text Example
Text Example
White with #0B1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1851; }
p { color: rgb(11,24,81); }
H1.HeaderClassName
{
color: #0B1851;
}
.AnyTagClassName
{
color: #0B1851;
}
</style>
background-color css
<style>
a { background-color: #0B1851; }
a { background-color: rgb(11,24,81); }
div.DivClassName
{
background-color: #0B1851;
}
.BgClassName
{
background-color: #0B1851;
}
</style>
border-color css
<style>
span { border-color: #0B1851; }
span { border-color: rgb(11,24,81); }
td.TdClassName
{
border-color: #0B1851;
}
.TagClassName
{
border-color: #0B1851;
}
</style>