Shades of Sapphire #011A7B
Tints of Sapphire #011A7B
RGB
CMYK
RGB Variations
Color information
#011A7B (or 0x011A7B) is known color: Sapphire. HEX triplet: 01, 1A and 7B. RGB value is (1,26,123). Sum of RGB (Red+Green+Blue) = 1+26+123=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #011A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A7B is #FEE584. Grayscale: #1D1D1D. Windows color (decimal): -16704901 or 8067585. OLE color: 8067585.
HSL color Cylindrical-coordinate representation of color #011A7B: hue angle of 227.7º 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 #011A7B is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 26 | 123 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.52 |
| HSL | 227.7º | 0.98% | 0.24% | - |
| HSV(B) | 227.7º | 0.99% | 0.48% | - |
| XYZ | 3.96 | 2.18 | 18.95 | - |
| YUV | 29.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 123 | 0.99 | 0.79 | 0 | 0.52 | 227.7 | 0.98 | 0.24 |
| Hex | 1 | 1A | 7B | 63 | 4F | 0 | 34 | E4 | 62 | 18 |
| Octal | 1 | 32 | 173 | 143 | 117 | 0 | 64 | 344 | 142 | 30 |
| Binary | 1 | 11010 | 1111011 | 1100011 | 1001111 | 0 | 110100 | 11100100 | 1100010 | 11000 |
Color Harmonies of #011A7B
Complementary color
Monochromatic Colors of #011A7B
Black with #011A7B
Text Example
Text Example
White with #011A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A7B; }
p { color: rgb(1,26,123); }
H1.HeaderClassName
{
color: #011A7B;
}
.AnyTagClassName
{
color: #011A7B;
}
</style>
background-color css
<style>
a { background-color: #011A7B; }
a { background-color: rgb(1,26,123); }
div.DivClassName
{
background-color: #011A7B;
}
.BgClassName
{
background-color: #011A7B;
}
</style>
border-color css
<style>
span { border-color: #011A7B; }
span { border-color: rgb(1,26,123); }
td.TdClassName
{
border-color: #011A7B;
}
.TagClassName
{
border-color: #011A7B;
}
</style>