Shades of Sapphire #010E4C
Tints of Sapphire #010E4C
RGB
CMYK
RGB Variations
Color information
#010E4C (or 0x010E4C) is known color: Sapphire. HEX triplet: 01, 0E and 4C. RGB value is (1,14,76). Sum of RGB (Red+Green+Blue) = 1+14+76=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 76 (30.08% from 255 or 83.52% from 91); Max value from RGB is 76 - color contains mainly: blue. Hex color #010E4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E4C is #FEF1B3. Grayscale: #101010. Windows color (decimal): -16708020 or 4984321. OLE color: 4984321.
HSL color Cylindrical-coordinate representation of color #010E4C: hue angle of 229.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E4C is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 14 | 76 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.70 |
| HSL | 229.6º | 0.97% | 0.15% | - |
| HSV(B) | 229.6º | 0.99% | 0.3% | - |
| XYZ | 1.47 | 0.84 | 6.92 | - |
| YUV | 17.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 76 | 0.99 | 0.82 | 0 | 0.70 | 229.6 | 0.97 | 0.15 |
| Hex | 1 | E | 4C | 63 | 52 | 0 | 46 | E6 | 61 | F |
| Octal | 1 | 16 | 114 | 143 | 122 | 0 | 106 | 346 | 141 | 17 |
| Binary | 1 | 1110 | 1001100 | 1100011 | 1010010 | 0 | 1000110 | 11100110 | 1100001 | 1111 |
Color Harmonies of #010E4C
Complementary color
Monochromatic Colors of #010E4C
Black with #010E4C
Text Example
Text Example
White with #010E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E4C; }
p { color: rgb(1,14,76); }
H1.HeaderClassName
{
color: #010E4C;
}
.AnyTagClassName
{
color: #010E4C;
}
</style>
background-color css
<style>
a { background-color: #010E4C; }
a { background-color: rgb(1,14,76); }
div.DivClassName
{
background-color: #010E4C;
}
.BgClassName
{
background-color: #010E4C;
}
</style>
border-color css
<style>
span { border-color: #010E4C; }
span { border-color: rgb(1,14,76); }
td.TdClassName
{
border-color: #010E4C;
}
.TagClassName
{
border-color: #010E4C;
}
</style>