Shades of Sapphire #011E65
Tints of Sapphire #011E65
RGB
CMYK
RGB Variations
Color information
#011E65 (or 0x011E65) is known color: Sapphire. HEX triplet: 01, 1E and 65. RGB value is (1,30,101). Sum of RGB (Red+Green+Blue) = 1+30+101=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #011E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E65 is #FEE19A. Grayscale: #1D1D1D. Windows color (decimal): -16703899 or 6626817. OLE color: 6626817.
HSL color Cylindrical-coordinate representation of color #011E65: hue angle of 222.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E65 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 30 | 101 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.60 |
| HSL | 222.6º | 0.98% | 0.2% | - |
| HSV(B) | 222.6º | 0.99% | 0.4% | - |
| XYZ | 2.83 | 1.87 | 12.52 | - |
| YUV | 29.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 101 | 0.99 | 0.70 | 0 | 0.60 | 222.6 | 0.98 | 0.2 |
| Hex | 1 | 1E | 65 | 63 | 46 | 0 | 3C | DF | 62 | 14 |
| Octal | 1 | 36 | 145 | 143 | 106 | 0 | 74 | 337 | 142 | 24 |
| Binary | 1 | 11110 | 1100101 | 1100011 | 1000110 | 0 | 111100 | 11011111 | 1100010 | 10100 |
Color Harmonies of #011E65
Complementary color
Monochromatic Colors of #011E65
Black with #011E65
Text Example
Text Example
White with #011E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E65; }
p { color: rgb(1,30,101); }
H1.HeaderClassName
{
color: #011E65;
}
.AnyTagClassName
{
color: #011E65;
}
</style>
background-color css
<style>
a { background-color: #011E65; }
a { background-color: rgb(1,30,101); }
div.DivClassName
{
background-color: #011E65;
}
.BgClassName
{
background-color: #011E65;
}
</style>
border-color css
<style>
span { border-color: #011E65; }
span { border-color: rgb(1,30,101); }
td.TdClassName
{
border-color: #011E65;
}
.TagClassName
{
border-color: #011E65;
}
</style>