Shades of Sapphire #040A4E
Tints of Sapphire #040A4E
RGB
CMYK
RGB Variations
Color information
#040A4E (or 0x040A4E) is known color: Sapphire. HEX triplet: 04, 0A and 4E. RGB value is (4,10,78). Sum of RGB (Red+Green+Blue) = 4+10+78=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #040A4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A4E is #FBF5B1. Grayscale: #0F0F0F. Windows color (decimal): -16512434 or 5114372. OLE color: 5114372.
HSL color Cylindrical-coordinate representation of color #040A4E: hue angle of 235.14º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A4E is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 10 | 78 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.69 |
| HSL | 235.14º | 0.9% | 0.16% | - |
| HSV(B) | 235.14º | 0.95% | 0.31% | - |
| XYZ | 1.53 | 0.79 | 7.28 | - |
| YUV | 15.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 78 | 0.95 | 0.87 | 0 | 0.69 | 235.14 | 0.9 | 0.16 |
| Hex | 4 | A | 4E | 5F | 57 | 0 | 45 | EB | 5A | 10 |
| Octal | 4 | 12 | 116 | 137 | 127 | 0 | 105 | 353 | 132 | 20 |
| Binary | 100 | 1010 | 1001110 | 1011111 | 1010111 | 0 | 1000101 | 11101011 | 1011010 | 10000 |
Color Harmonies of #040A4E
Complementary color
Monochromatic Colors of #040A4E
Black with #040A4E
Text Example
Text Example
White with #040A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A4E; }
p { color: rgb(4,10,78); }
H1.HeaderClassName
{
color: #040A4E;
}
.AnyTagClassName
{
color: #040A4E;
}
</style>
background-color css
<style>
a { background-color: #040A4E; }
a { background-color: rgb(4,10,78); }
div.DivClassName
{
background-color: #040A4E;
}
.BgClassName
{
background-color: #040A4E;
}
</style>
border-color css
<style>
span { border-color: #040A4E; }
span { border-color: rgb(4,10,78); }
td.TdClassName
{
border-color: #040A4E;
}
.TagClassName
{
border-color: #040A4E;
}
</style>