Shades of Sapphire #040D50
Tints of Sapphire #040D50
RGB
CMYK
RGB Variations
Color information
#040D50 (or 0x040D50) is known color: Sapphire. HEX triplet: 04, 0D and 50. RGB value is (4,13,80). Sum of RGB (Red+Green+Blue) = 4+13+80=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #040D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D50 is #FBF2AF. Grayscale: #111111. Windows color (decimal): -16511664 or 5246212. OLE color: 5246212.
HSL color Cylindrical-coordinate representation of color #040D50: hue angle of 232.89º 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 #040D50 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 13 | 80 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.69 |
| HSL | 232.89º | 0.9% | 0.16% | - |
| HSV(B) | 232.89º | 0.95% | 0.31% | - |
| XYZ | 1.64 | 0.89 | 7.68 | - |
| YUV | 17.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 80 | 0.95 | 0.84 | 0 | 0.69 | 232.89 | 0.9 | 0.16 |
| Hex | 4 | D | 50 | 5F | 54 | 0 | 45 | E9 | 5A | 10 |
| Octal | 4 | 15 | 120 | 137 | 124 | 0 | 105 | 351 | 132 | 20 |
| Binary | 100 | 1101 | 1010000 | 1011111 | 1010100 | 0 | 1000101 | 11101001 | 1011010 | 10000 |
Color Harmonies of #040D50
Complementary color
Monochromatic Colors of #040D50
Black with #040D50
Text Example
Text Example
White with #040D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D50; }
p { color: rgb(4,13,80); }
H1.HeaderClassName
{
color: #040D50;
}
.AnyTagClassName
{
color: #040D50;
}
</style>
background-color css
<style>
a { background-color: #040D50; }
a { background-color: rgb(4,13,80); }
div.DivClassName
{
background-color: #040D50;
}
.BgClassName
{
background-color: #040D50;
}
</style>
border-color css
<style>
span { border-color: #040D50; }
span { border-color: rgb(4,13,80); }
td.TdClassName
{
border-color: #040D50;
}
.TagClassName
{
border-color: #040D50;
}
</style>