Shades of Sapphire #040E59
Tints of Sapphire #040E59
RGB
CMYK
RGB Variations
Color information
#040E59 (or 0x040E59) is known color: Sapphire. HEX triplet: 04, 0E and 59. RGB value is (4,14,89). Sum of RGB (Red+Green+Blue) = 4+14+89=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #040E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E59 is #FBF1A6. Grayscale: #131313. Windows color (decimal): -16511399 or 5836292. OLE color: 5836292.
HSL color Cylindrical-coordinate representation of color #040E59: hue angle of 232.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E59 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 14 | 89 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.65 |
| HSL | 232.94º | 0.91% | 0.18% | - |
| HSV(B) | 232.94º | 0.96% | 0.35% | - |
| XYZ | 2.01 | 1.06 | 9.55 | - |
| YUV | 19.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 89 | 0.96 | 0.84 | 0 | 0.65 | 232.94 | 0.91 | 0.18 |
| Hex | 4 | E | 59 | 60 | 54 | 0 | 41 | E9 | 5B | 12 |
| Octal | 4 | 16 | 131 | 140 | 124 | 0 | 101 | 351 | 133 | 22 |
| Binary | 100 | 1110 | 1011001 | 1100000 | 1010100 | 0 | 1000001 | 11101001 | 1011011 | 10010 |
Color Harmonies of #040E59
Complementary color
Monochromatic Colors of #040E59
Black with #040E59
Text Example
Text Example
White with #040E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E59; }
p { color: rgb(4,14,89); }
H1.HeaderClassName
{
color: #040E59;
}
.AnyTagClassName
{
color: #040E59;
}
</style>
background-color css
<style>
a { background-color: #040E59; }
a { background-color: rgb(4,14,89); }
div.DivClassName
{
background-color: #040E59;
}
.BgClassName
{
background-color: #040E59;
}
</style>
border-color css
<style>
span { border-color: #040E59; }
span { border-color: rgb(4,14,89); }
td.TdClassName
{
border-color: #040E59;
}
.TagClassName
{
border-color: #040E59;
}
</style>