Shades of Sapphire #011A7C
Tints of Sapphire #011A7C
RGB
CMYK
RGB Variations
Color information
#011A7C (or 0x011A7C) is known color: Sapphire. HEX triplet: 01, 1A and 7C. RGB value is (1,26,124). Sum of RGB (Red+Green+Blue) = 1+26+124=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #011A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A7C is #FEE583. Grayscale: #1D1D1D. Windows color (decimal): -16704900 or 8133121. OLE color: 8133121.
HSL color Cylindrical-coordinate representation of color #011A7C: hue angle of 227.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A7C is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 26 | 124 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.51 |
| HSL | 227.8º | 0.98% | 0.25% | - |
| HSV(B) | 227.8º | 0.99% | 0.49% | - |
| XYZ | 4.02 | 2.2 | 19.28 | - |
| YUV | 29.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 124 | 0.99 | 0.79 | 0 | 0.51 | 227.8 | 0.98 | 0.25 |
| Hex | 1 | 1A | 7C | 63 | 4F | 0 | 33 | E4 | 62 | 19 |
| Octal | 1 | 32 | 174 | 143 | 117 | 0 | 63 | 344 | 142 | 31 |
| Binary | 1 | 11010 | 1111100 | 1100011 | 1001111 | 0 | 110011 | 11100100 | 1100010 | 11001 |
Color Harmonies of #011A7C
Complementary color
Monochromatic Colors of #011A7C
Black with #011A7C
Text Example
Text Example
White with #011A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A7C; }
p { color: rgb(1,26,124); }
H1.HeaderClassName
{
color: #011A7C;
}
.AnyTagClassName
{
color: #011A7C;
}
</style>
background-color css
<style>
a { background-color: #011A7C; }
a { background-color: rgb(1,26,124); }
div.DivClassName
{
background-color: #011A7C;
}
.BgClassName
{
background-color: #011A7C;
}
</style>
border-color css
<style>
span { border-color: #011A7C; }
span { border-color: rgb(1,26,124); }
td.TdClassName
{
border-color: #011A7C;
}
.TagClassName
{
border-color: #011A7C;
}
</style>