Shades of Sapphire #011975
Tints of Sapphire #011975
RGB
CMYK
RGB Variations
Color information
#011975 (or 0x011975) is known color: Sapphire. HEX triplet: 01, 19 and 75. RGB value is (1,25,117). Sum of RGB (Red+Green+Blue) = 1+25+117=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #011975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011975 is #FEE68A. Grayscale: #1B1B1B. Windows color (decimal): -16705163 or 7674113. OLE color: 7674113.
HSL color Cylindrical-coordinate representation of color #011975: hue angle of 227.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011975 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 25 | 117 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.54 |
| HSL | 227.59º | 0.98% | 0.23% | - |
| HSV(B) | 227.59º | 0.99% | 0.46% | - |
| XYZ | 3.57 | 1.99 | 17.02 | - |
| YUV | 28.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 117 | 0.99 | 0.79 | 0 | 0.54 | 227.59 | 0.98 | 0.23 |
| Hex | 1 | 19 | 75 | 63 | 4F | 0 | 36 | E4 | 62 | 17 |
| Octal | 1 | 31 | 165 | 143 | 117 | 0 | 66 | 344 | 142 | 27 |
| Binary | 1 | 11001 | 1110101 | 1100011 | 1001111 | 0 | 110110 | 11100100 | 1100010 | 10111 |
Color Harmonies of #011975
Complementary color
Monochromatic Colors of #011975
Black with #011975
Text Example
Text Example
White with #011975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011975; }
p { color: rgb(1,25,117); }
H1.HeaderClassName
{
color: #011975;
}
.AnyTagClassName
{
color: #011975;
}
</style>
background-color css
<style>
a { background-color: #011975; }
a { background-color: rgb(1,25,117); }
div.DivClassName
{
background-color: #011975;
}
.BgClassName
{
background-color: #011975;
}
</style>
border-color css
<style>
span { border-color: #011975; }
span { border-color: rgb(1,25,117); }
td.TdClassName
{
border-color: #011975;
}
.TagClassName
{
border-color: #011975;
}
</style>