Shades of Sapphire #011E6B
Tints of Sapphire #011E6B
RGB
CMYK
RGB Variations
Color information
#011E6B (or 0x011E6B) is known color: Sapphire. HEX triplet: 01, 1E and 6B. RGB value is (1,30,107). Sum of RGB (Red+Green+Blue) = 1+30+107=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #011E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E6B is #FEE194. Grayscale: #1D1D1D. Windows color (decimal): -16703893 or 7020033. OLE color: 7020033.
HSL color Cylindrical-coordinate representation of color #011E6B: hue angle of 223.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E6B is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 30 | 107 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.58 |
| HSL | 223.58º | 0.98% | 0.21% | - |
| HSV(B) | 223.58º | 0.99% | 0.42% | - |
| XYZ | 3.13 | 2 | 14.13 | - |
| YUV | 30.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 107 | 0.99 | 0.72 | 0 | 0.58 | 223.58 | 0.98 | 0.21 |
| Hex | 1 | 1E | 6B | 63 | 48 | 0 | 3A | E0 | 62 | 15 |
| Octal | 1 | 36 | 153 | 143 | 110 | 0 | 72 | 340 | 142 | 25 |
| Binary | 1 | 11110 | 1101011 | 1100011 | 1001000 | 0 | 111010 | 11100000 | 1100010 | 10101 |
Color Harmonies of #011E6B
Complementary color
Monochromatic Colors of #011E6B
Black with #011E6B
Text Example
Text Example
White with #011E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E6B; }
p { color: rgb(1,30,107); }
H1.HeaderClassName
{
color: #011E6B;
}
.AnyTagClassName
{
color: #011E6B;
}
</style>
background-color css
<style>
a { background-color: #011E6B; }
a { background-color: rgb(1,30,107); }
div.DivClassName
{
background-color: #011E6B;
}
.BgClassName
{
background-color: #011E6B;
}
</style>
border-color css
<style>
span { border-color: #011E6B; }
span { border-color: rgb(1,30,107); }
td.TdClassName
{
border-color: #011E6B;
}
.TagClassName
{
border-color: #011E6B;
}
</style>