Shades of Sapphire #040F50
Tints of Sapphire #040F50
RGB
CMYK
RGB Variations
Color information
#040F50 (or 0x040F50) is known color: Sapphire. HEX triplet: 04, 0F and 50. RGB value is (4,15,80). Sum of RGB (Red+Green+Blue) = 4+15+80=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #040F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F50 is #FBF0AF. Grayscale: #121212. Windows color (decimal): -16511152 or 5246724. OLE color: 5246724.
HSL color Cylindrical-coordinate representation of color #040F50: hue angle of 231.32º 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 #040F50 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 15 | 80 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.69 |
| HSL | 231.32º | 0.9% | 0.16% | - |
| HSV(B) | 231.32º | 0.95% | 0.31% | - |
| XYZ | 1.67 | 0.95 | 7.68 | - |
| YUV | 19.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 80 | 0.95 | 0.81 | 0 | 0.69 | 231.32 | 0.9 | 0.16 |
| Hex | 4 | F | 50 | 5F | 51 | 0 | 45 | E7 | 5A | 10 |
| Octal | 4 | 17 | 120 | 137 | 121 | 0 | 105 | 347 | 132 | 20 |
| Binary | 100 | 1111 | 1010000 | 1011111 | 1010001 | 0 | 1000101 | 11100111 | 1011010 | 10000 |
Color Harmonies of #040F50
Complementary color
Monochromatic Colors of #040F50
Black with #040F50
Text Example
Text Example
White with #040F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F50; }
p { color: rgb(4,15,80); }
H1.HeaderClassName
{
color: #040F50;
}
.AnyTagClassName
{
color: #040F50;
}
</style>
background-color css
<style>
a { background-color: #040F50; }
a { background-color: rgb(4,15,80); }
div.DivClassName
{
background-color: #040F50;
}
.BgClassName
{
background-color: #040F50;
}
</style>
border-color css
<style>
span { border-color: #040F50; }
span { border-color: rgb(4,15,80); }
td.TdClassName
{
border-color: #040F50;
}
.TagClassName
{
border-color: #040F50;
}
</style>