Shades of Sapphire #01196C
Tints of Sapphire #01196C
RGB
CMYK
RGB Variations
Color information
#01196C (or 0x01196C) is known color: Sapphire. HEX triplet: 01, 19 and 6C. RGB value is (1,25,108). Sum of RGB (Red+Green+Blue) = 1+25+108=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 108 (42.58% from 255 or 80.60% from 134); Max value from RGB is 108 - color contains mainly: blue. Hex color #01196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01196C is #FEE693. Grayscale: #1A1A1A. Windows color (decimal): -16705172 or 7084289. OLE color: 7084289.
HSL color Cylindrical-coordinate representation of color #01196C: hue angle of 226.54º 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 #01196C is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 25 | 108 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.58 |
| HSL | 226.54º | 0.98% | 0.21% | - |
| HSV(B) | 226.54º | 0.99% | 0.42% | - |
| XYZ | 3.07 | 1.78 | 14.37 | - |
| YUV | 27.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 108 | 0.99 | 0.77 | 0 | 0.58 | 226.54 | 0.98 | 0.21 |
| Hex | 1 | 19 | 6C | 63 | 4D | 0 | 3A | E3 | 62 | 15 |
| Octal | 1 | 31 | 154 | 143 | 115 | 0 | 72 | 343 | 142 | 25 |
| Binary | 1 | 11001 | 1101100 | 1100011 | 1001101 | 0 | 111010 | 11100011 | 1100010 | 10101 |
Color Harmonies of #01196C
Complementary color
Monochromatic Colors of #01196C
Black with #01196C
Text Example
Text Example
White with #01196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01196C; }
p { color: rgb(1,25,108); }
H1.HeaderClassName
{
color: #01196C;
}
.AnyTagClassName
{
color: #01196C;
}
</style>
background-color css
<style>
a { background-color: #01196C; }
a { background-color: rgb(1,25,108); }
div.DivClassName
{
background-color: #01196C;
}
.BgClassName
{
background-color: #01196C;
}
</style>
border-color css
<style>
span { border-color: #01196C; }
span { border-color: rgb(1,25,108); }
td.TdClassName
{
border-color: #01196C;
}
.TagClassName
{
border-color: #01196C;
}
</style>