Shades of Sapphire #01186C
Tints of Sapphire #01186C
RGB
CMYK
RGB Variations
Color information
#01186C (or 0x01186C) is known color: Sapphire. HEX triplet: 01, 18 and 6C. RGB value is (1,24,108). Sum of RGB (Red+Green+Blue) = 1+24+108=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #01186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01186C is #FEE793. Grayscale: #1A1A1A. Windows color (decimal): -16705428 or 7084033. OLE color: 7084033.
HSL color Cylindrical-coordinate representation of color #01186C: hue angle of 227.1º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01186C is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 24 | 108 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.58 |
| HSL | 227.1º | 0.98% | 0.21% | - |
| HSV(B) | 227.1º | 0.99% | 0.42% | - |
| XYZ | 3.05 | 1.74 | 14.36 | - |
| YUV | 26.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 108 | 0.99 | 0.78 | 0 | 0.58 | 227.1 | 0.98 | 0.21 |
| Hex | 1 | 18 | 6C | 63 | 4E | 0 | 3A | E3 | 62 | 15 |
| Octal | 1 | 30 | 154 | 143 | 116 | 0 | 72 | 343 | 142 | 25 |
| Binary | 1 | 11000 | 1101100 | 1100011 | 1001110 | 0 | 111010 | 11100011 | 1100010 | 10101 |
Color Harmonies of #01186C
Complementary color
Monochromatic Colors of #01186C
Black with #01186C
Text Example
Text Example
White with #01186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01186C; }
p { color: rgb(1,24,108); }
H1.HeaderClassName
{
color: #01186C;
}
.AnyTagClassName
{
color: #01186C;
}
</style>
background-color css
<style>
a { background-color: #01186C; }
a { background-color: rgb(1,24,108); }
div.DivClassName
{
background-color: #01186C;
}
.BgClassName
{
background-color: #01186C;
}
</style>
border-color css
<style>
span { border-color: #01186C; }
span { border-color: rgb(1,24,108); }
td.TdClassName
{
border-color: #01186C;
}
.TagClassName
{
border-color: #01186C;
}
</style>