Shades of Sapphire #040D4D
Tints of Sapphire #040D4D
RGB
CMYK
RGB Variations
Color information
#040D4D (or 0x040D4D) is known color: Sapphire. HEX triplet: 04, 0D and 4D. RGB value is (4,13,77). Sum of RGB (Red+Green+Blue) = 4+13+77=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #040D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D4D is #FBF2B2. Grayscale: #111111. Windows color (decimal): -16511667 or 5049604. OLE color: 5049604.
HSL color Cylindrical-coordinate representation of color #040D4D: hue angle of 232.6º 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 #040D4D is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 13 | 77 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.70 |
| HSL | 232.6º | 0.9% | 0.16% | - |
| HSV(B) | 232.6º | 0.95% | 0.3% | - |
| XYZ | 1.53 | 0.85 | 7.1 | - |
| YUV | 17.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 77 | 0.95 | 0.83 | 0 | 0.70 | 232.6 | 0.9 | 0.16 |
| Hex | 4 | D | 4D | 5F | 53 | 0 | 46 | E9 | 5A | 10 |
| Octal | 4 | 15 | 115 | 137 | 123 | 0 | 106 | 351 | 132 | 20 |
| Binary | 100 | 1101 | 1001101 | 1011111 | 1010011 | 0 | 1000110 | 11101001 | 1011010 | 10000 |
Color Harmonies of #040D4D
Complementary color
Monochromatic Colors of #040D4D
Black with #040D4D
Text Example
Text Example
White with #040D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D4D; }
p { color: rgb(4,13,77); }
H1.HeaderClassName
{
color: #040D4D;
}
.AnyTagClassName
{
color: #040D4D;
}
</style>
background-color css
<style>
a { background-color: #040D4D; }
a { background-color: rgb(4,13,77); }
div.DivClassName
{
background-color: #040D4D;
}
.BgClassName
{
background-color: #040D4D;
}
</style>
border-color css
<style>
span { border-color: #040D4D; }
span { border-color: rgb(4,13,77); }
td.TdClassName
{
border-color: #040D4D;
}
.TagClassName
{
border-color: #040D4D;
}
</style>