Shades of Sapphire #011A6F
Tints of Sapphire #011A6F
RGB
CMYK
RGB Variations
Color information
#011A6F (or 0x011A6F) is known color: Sapphire. HEX triplet: 01, 1A and 6F. RGB value is (1,26,111). Sum of RGB (Red+Green+Blue) = 1+26+111=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #011A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A6F is #FEE590. Grayscale: #1B1B1B. Windows color (decimal): -16704913 or 7281153. OLE color: 7281153.
HSL color Cylindrical-coordinate representation of color #011A6F: hue angle of 226.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A6F is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 26 | 111 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.56 |
| HSL | 226.36º | 0.98% | 0.22% | - |
| HSV(B) | 226.36º | 0.99% | 0.44% | - |
| XYZ | 3.25 | 1.89 | 15.23 | - |
| YUV | 28.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 111 | 0.99 | 0.77 | 0 | 0.56 | 226.36 | 0.98 | 0.22 |
| Hex | 1 | 1A | 6F | 63 | 4D | 0 | 38 | E2 | 62 | 16 |
| Octal | 1 | 32 | 157 | 143 | 115 | 0 | 70 | 342 | 142 | 26 |
| Binary | 1 | 11010 | 1101111 | 1100011 | 1001101 | 0 | 111000 | 11100010 | 1100010 | 10110 |
Color Harmonies of #011A6F
Complementary color
Monochromatic Colors of #011A6F
Black with #011A6F
Text Example
Text Example
White with #011A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A6F; }
p { color: rgb(1,26,111); }
H1.HeaderClassName
{
color: #011A6F;
}
.AnyTagClassName
{
color: #011A6F;
}
</style>
background-color css
<style>
a { background-color: #011A6F; }
a { background-color: rgb(1,26,111); }
div.DivClassName
{
background-color: #011A6F;
}
.BgClassName
{
background-color: #011A6F;
}
</style>
border-color css
<style>
span { border-color: #011A6F; }
span { border-color: rgb(1,26,111); }
td.TdClassName
{
border-color: #011A6F;
}
.TagClassName
{
border-color: #011A6F;
}
</style>