Shades of Sapphire #0B1C6C
Tints of Sapphire #0B1C6C
RGB
CMYK
RGB Variations
Color information
#0B1C6C (or 0x0B1C6C) is known color: Sapphire. HEX triplet: 0B, 1C and 6C. RGB value is (11,28,108). Sum of RGB (Red+Green+Blue) = 11+28+108=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B1C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1C6C is #F4E393. Grayscale: #1F1F1F. Windows color (decimal): -16049044 or 7085067. OLE color: 7085067.
HSL color Cylindrical-coordinate representation of color #0B1C6C: hue angle of 229.48º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1C6C is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 28 | 108 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.58 |
| HSL | 229.48º | 0.82% | 0.23% | - |
| HSV(B) | 229.48º | 0.9% | 0.42% | - |
| XYZ | 3.26 | 1.98 | 14.4 | - |
| YUV | 32.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 108 | 0.90 | 0.74 | 0 | 0.58 | 229.48 | 0.82 | 0.23 |
| Hex | B | 1C | 6C | 5A | 4A | 0 | 3A | E5 | 52 | 17 |
| Octal | 13 | 34 | 154 | 132 | 112 | 0 | 72 | 345 | 122 | 27 |
| Binary | 1011 | 11100 | 1101100 | 1011010 | 1001010 | 0 | 111010 | 11100101 | 1010010 | 10111 |
Color Harmonies of #0B1C6C
Complementary color
Monochromatic Colors of #0B1C6C
Black with #0B1C6C
Text Example
Text Example
White with #0B1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C6C; }
p { color: rgb(11,28,108); }
H1.HeaderClassName
{
color: #0B1C6C;
}
.AnyTagClassName
{
color: #0B1C6C;
}
</style>
background-color css
<style>
a { background-color: #0B1C6C; }
a { background-color: rgb(11,28,108); }
div.DivClassName
{
background-color: #0B1C6C;
}
.BgClassName
{
background-color: #0B1C6C;
}
</style>
border-color css
<style>
span { border-color: #0B1C6C; }
span { border-color: rgb(11,28,108); }
td.TdClassName
{
border-color: #0B1C6C;
}
.TagClassName
{
border-color: #0B1C6C;
}
</style>