Shades of Sapphire #010E65
Tints of Sapphire #010E65
RGB
CMYK
RGB Variations
Color information
#010E65 (or 0x010E65) is known color: Sapphire. HEX triplet: 01, 0E and 65. RGB value is (1,14,101). Sum of RGB (Red+Green+Blue) = 1+14+101=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 101 (39.84% from 255 or 87.07% from 116); Max value from RGB is 101 - color contains mainly: blue. Hex color #010E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E65 is #FEF19A. Grayscale: #131313. Windows color (decimal): -16707995 or 6622721. OLE color: 6622721.
HSL color Cylindrical-coordinate representation of color #010E65: hue angle of 232.2º 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 #010E65 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 14 | 101 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.60 |
| HSL | 232.2º | 0.98% | 0.2% | - |
| HSV(B) | 232.2º | 0.99% | 0.4% | - |
| XYZ | 2.52 | 1.26 | 12.42 | - |
| YUV | 20.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 101 | 0.99 | 0.86 | 0 | 0.60 | 232.2 | 0.98 | 0.2 |
| Hex | 1 | E | 65 | 63 | 56 | 0 | 3C | E8 | 62 | 14 |
| Octal | 1 | 16 | 145 | 143 | 126 | 0 | 74 | 350 | 142 | 24 |
| Binary | 1 | 1110 | 1100101 | 1100011 | 1010110 | 0 | 111100 | 11101000 | 1100010 | 10100 |
Color Harmonies of #010E65
Complementary color
Monochromatic Colors of #010E65
Black with #010E65
Text Example
Text Example
White with #010E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E65; }
p { color: rgb(1,14,101); }
H1.HeaderClassName
{
color: #010E65;
}
.AnyTagClassName
{
color: #010E65;
}
</style>
background-color css
<style>
a { background-color: #010E65; }
a { background-color: rgb(1,14,101); }
div.DivClassName
{
background-color: #010E65;
}
.BgClassName
{
background-color: #010E65;
}
</style>
border-color css
<style>
span { border-color: #010E65; }
span { border-color: rgb(1,14,101); }
td.TdClassName
{
border-color: #010E65;
}
.TagClassName
{
border-color: #010E65;
}
</style>