Shades of Sapphire #010E4F
Tints of Sapphire #010E4F
RGB
CMYK
RGB Variations
Color information
#010E4F (or 0x010E4F) is known color: Sapphire. HEX triplet: 01, 0E and 4F. RGB value is (1,14,79). Sum of RGB (Red+Green+Blue) = 1+14+79=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #010E4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E4F is #FEF1B0. Grayscale: #111111. Windows color (decimal): -16708017 or 5180929. OLE color: 5180929.
HSL color Cylindrical-coordinate representation of color #010E4F: hue angle of 230º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E4F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 14 | 79 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.69 |
| HSL | 230º | 0.98% | 0.16% | - |
| HSV(B) | 230º | 0.99% | 0.31% | - |
| XYZ | 1.58 | 0.89 | 7.48 | - |
| YUV | 17.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 79 | 0.99 | 0.82 | 0 | 0.69 | 230 | 0.98 | 0.16 |
| Hex | 1 | E | 4F | 63 | 52 | 0 | 45 | E6 | 62 | 10 |
| Octal | 1 | 16 | 117 | 143 | 122 | 0 | 105 | 346 | 142 | 20 |
| Binary | 1 | 1110 | 1001111 | 1100011 | 1010010 | 0 | 1000101 | 11100110 | 1100010 | 10000 |
Color Harmonies of #010E4F
Complementary color
Monochromatic Colors of #010E4F
Black with #010E4F
Text Example
Text Example
White with #010E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E4F; }
p { color: rgb(1,14,79); }
H1.HeaderClassName
{
color: #010E4F;
}
.AnyTagClassName
{
color: #010E4F;
}
</style>
background-color css
<style>
a { background-color: #010E4F; }
a { background-color: rgb(1,14,79); }
div.DivClassName
{
background-color: #010E4F;
}
.BgClassName
{
background-color: #010E4F;
}
</style>
border-color css
<style>
span { border-color: #010E4F; }
span { border-color: rgb(1,14,79); }
td.TdClassName
{
border-color: #010E4F;
}
.TagClassName
{
border-color: #010E4F;
}
</style>