Shades of Sapphire #040E4D
Tints of Sapphire #040E4D
RGB
CMYK
RGB Variations
Color information
#040E4D (or 0x040E4D) is known color: Sapphire. HEX triplet: 04, 0E and 4D. RGB value is (4,14,77). Sum of RGB (Red+Green+Blue) = 4+14+77=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #040E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E4D is #FBF1B2. Grayscale: #111111. Windows color (decimal): -16511411 or 5049860. OLE color: 5049860.
HSL color Cylindrical-coordinate representation of color #040E4D: hue angle of 231.78º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040E4D is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 14 | 77 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.70 |
| HSL | 231.78º | 0.9% | 0.16% | - |
| HSV(B) | 231.78º | 0.95% | 0.3% | - |
| XYZ | 1.55 | 0.88 | 7.11 | - |
| YUV | 18.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 77 | 0.95 | 0.82 | 0 | 0.70 | 231.78 | 0.9 | 0.16 |
| Hex | 4 | E | 4D | 5F | 52 | 0 | 46 | E8 | 5A | 10 |
| Octal | 4 | 16 | 115 | 137 | 122 | 0 | 106 | 350 | 132 | 20 |
| Binary | 100 | 1110 | 1001101 | 1011111 | 1010010 | 0 | 1000110 | 11101000 | 1011010 | 10000 |
Color Harmonies of #040E4D
Complementary color
Monochromatic Colors of #040E4D
Black with #040E4D
Text Example
Text Example
White with #040E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E4D; }
p { color: rgb(4,14,77); }
H1.HeaderClassName
{
color: #040E4D;
}
.AnyTagClassName
{
color: #040E4D;
}
</style>
background-color css
<style>
a { background-color: #040E4D; }
a { background-color: rgb(4,14,77); }
div.DivClassName
{
background-color: #040E4D;
}
.BgClassName
{
background-color: #040E4D;
}
</style>
border-color css
<style>
span { border-color: #040E4D; }
span { border-color: rgb(4,14,77); }
td.TdClassName
{
border-color: #040E4D;
}
.TagClassName
{
border-color: #040E4D;
}
</style>