Shades of Sapphire #011E68
Tints of Sapphire #011E68
RGB
CMYK
RGB Variations
Color information
#011E68 (or 0x011E68) is known color: Sapphire. HEX triplet: 01, 1E and 68. RGB value is (1,30,104). Sum of RGB (Red+Green+Blue) = 1+30+104=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #011E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E68 is #FEE197. Grayscale: #1D1D1D. Windows color (decimal): -16703896 or 6823425. OLE color: 6823425.
HSL color Cylindrical-coordinate representation of color #011E68: hue angle of 223.11º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E68 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 30 | 104 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.59 |
| HSL | 223.11º | 0.98% | 0.21% | - |
| HSV(B) | 223.11º | 0.99% | 0.41% | - |
| XYZ | 2.98 | 1.93 | 13.31 | - |
| YUV | 29.77 | 169.89 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 104 | 0.99 | 0.71 | 0 | 0.59 | 223.11 | 0.98 | 0.21 |
| Hex | 1 | 1E | 68 | 63 | 47 | 0 | 3B | DF | 62 | 15 |
| Octal | 1 | 36 | 150 | 143 | 107 | 0 | 73 | 337 | 142 | 25 |
| Binary | 1 | 11110 | 1101000 | 1100011 | 1000111 | 0 | 111011 | 11011111 | 1100010 | 10101 |
Color Harmonies of #011E68
Complementary color
Monochromatic Colors of #011E68
Black with #011E68
Text Example
Text Example
White with #011E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E68; }
p { color: rgb(1,30,104); }
H1.HeaderClassName
{
color: #011E68;
}
.AnyTagClassName
{
color: #011E68;
}
</style>
background-color css
<style>
a { background-color: #011E68; }
a { background-color: rgb(1,30,104); }
div.DivClassName
{
background-color: #011E68;
}
.BgClassName
{
background-color: #011E68;
}
</style>
border-color css
<style>
span { border-color: #011E68; }
span { border-color: rgb(1,30,104); }
td.TdClassName
{
border-color: #011E68;
}
.TagClassName
{
border-color: #011E68;
}
</style>