Shades of Sapphire #040D4C
Tints of Sapphire #040D4C
RGB
CMYK
RGB Variations
Color information
#040D4C (or 0x040D4C) is known color: Sapphire. HEX triplet: 04, 0D and 4C. RGB value is (4,13,76). Sum of RGB (Red+Green+Blue) = 4+13+76=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #040D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D4C is #FBF2B3. Grayscale: #111111. Windows color (decimal): -16511668 or 4984068. OLE color: 4984068.
HSL color Cylindrical-coordinate representation of color #040D4C: hue angle of 232.5º 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 #040D4C is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 13 | 76 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.70 |
| HSL | 232.5º | 0.9% | 0.16% | - |
| HSV(B) | 232.5º | 0.95% | 0.3% | - |
| XYZ | 1.5 | 0.84 | 6.92 | - |
| YUV | 17.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 76 | 0.95 | 0.83 | 0 | 0.70 | 232.5 | 0.9 | 0.16 |
| Hex | 4 | D | 4C | 5F | 53 | 0 | 46 | E8 | 5A | 10 |
| Octal | 4 | 15 | 114 | 137 | 123 | 0 | 106 | 350 | 132 | 20 |
| Binary | 100 | 1101 | 1001100 | 1011111 | 1010011 | 0 | 1000110 | 11101000 | 1011010 | 10000 |
Color Harmonies of #040D4C
Complementary color
Monochromatic Colors of #040D4C
Black with #040D4C
Text Example
Text Example
White with #040D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D4C; }
p { color: rgb(4,13,76); }
H1.HeaderClassName
{
color: #040D4C;
}
.AnyTagClassName
{
color: #040D4C;
}
</style>
background-color css
<style>
a { background-color: #040D4C; }
a { background-color: rgb(4,13,76); }
div.DivClassName
{
background-color: #040D4C;
}
.BgClassName
{
background-color: #040D4C;
}
</style>
border-color css
<style>
span { border-color: #040D4C; }
span { border-color: rgb(4,13,76); }
td.TdClassName
{
border-color: #040D4C;
}
.TagClassName
{
border-color: #040D4C;
}
</style>