Shades of Sapphire #040E5C
Tints of Sapphire #040E5C
RGB
CMYK
RGB Variations
Color information
#040E5C (or 0x040E5C) is known color: Sapphire. HEX triplet: 04, 0E and 5C. RGB value is (4,14,92). Sum of RGB (Red+Green+Blue) = 4+14+92=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #040E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E5C is #FBF1A3. Grayscale: #131313. Windows color (decimal): -16511396 or 6032900. OLE color: 6032900.
HSL color Cylindrical-coordinate representation of color #040E5C: hue angle of 233.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E5C is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 14 | 92 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.64 |
| HSL | 233.18º | 0.92% | 0.19% | - |
| HSV(B) | 233.18º | 0.96% | 0.36% | - |
| XYZ | 2.14 | 1.11 | 10.23 | - |
| YUV | 19.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 92 | 0.96 | 0.85 | 0 | 0.64 | 233.18 | 0.92 | 0.19 |
| Hex | 4 | E | 5C | 60 | 55 | 0 | 40 | E9 | 5C | 13 |
| Octal | 4 | 16 | 134 | 140 | 125 | 0 | 100 | 351 | 134 | 23 |
| Binary | 100 | 1110 | 1011100 | 1100000 | 1010101 | 0 | 1000000 | 11101001 | 1011100 | 10011 |
Color Harmonies of #040E5C
Complementary color
Monochromatic Colors of #040E5C
Black with #040E5C
Text Example
Text Example
White with #040E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E5C; }
p { color: rgb(4,14,92); }
H1.HeaderClassName
{
color: #040E5C;
}
.AnyTagClassName
{
color: #040E5C;
}
</style>
background-color css
<style>
a { background-color: #040E5C; }
a { background-color: rgb(4,14,92); }
div.DivClassName
{
background-color: #040E5C;
}
.BgClassName
{
background-color: #040E5C;
}
</style>
border-color css
<style>
span { border-color: #040E5C; }
span { border-color: rgb(4,14,92); }
td.TdClassName
{
border-color: #040E5C;
}
.TagClassName
{
border-color: #040E5C;
}
</style>