Shades of Sapphire #01197A
Tints of Sapphire #01197A
RGB
CMYK
RGB Variations
Color information
#01197A (or 0x01197A) is known color: Sapphire. HEX triplet: 01, 19 and 7A. RGB value is (1,25,122). Sum of RGB (Red+Green+Blue) = 1+25+122=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #01197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01197A is #FEE685. Grayscale: #1C1C1C. Windows color (decimal): -16705158 or 8001793. OLE color: 8001793.
HSL color Cylindrical-coordinate representation of color #01197A: hue angle of 228.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01197A is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 25 | 122 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.52 |
| HSL | 228.1º | 0.98% | 0.24% | - |
| HSV(B) | 228.1º | 0.99% | 0.48% | - |
| XYZ | 3.87 | 2.11 | 18.61 | - |
| YUV | 28.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 122 | 0.99 | 0.80 | 0 | 0.52 | 228.1 | 0.98 | 0.24 |
| Hex | 1 | 19 | 7A | 63 | 50 | 0 | 34 | E4 | 62 | 18 |
| Octal | 1 | 31 | 172 | 143 | 120 | 0 | 64 | 344 | 142 | 30 |
| Binary | 1 | 11001 | 1111010 | 1100011 | 1010000 | 0 | 110100 | 11100100 | 1100010 | 11000 |
Color Harmonies of #01197A
Complementary color
Monochromatic Colors of #01197A
Black with #01197A
Text Example
Text Example
White with #01197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01197A; }
p { color: rgb(1,25,122); }
H1.HeaderClassName
{
color: #01197A;
}
.AnyTagClassName
{
color: #01197A;
}
</style>
background-color css
<style>
a { background-color: #01197A; }
a { background-color: rgb(1,25,122); }
div.DivClassName
{
background-color: #01197A;
}
.BgClassName
{
background-color: #01197A;
}
</style>
border-color css
<style>
span { border-color: #01197A; }
span { border-color: rgb(1,25,122); }
td.TdClassName
{
border-color: #01197A;
}
.TagClassName
{
border-color: #01197A;
}
</style>