Shades of Sapphire #040A50
Tints of Sapphire #040A50
RGB
CMYK
RGB Variations
Color information
#040A50 (or 0x040A50) is known color: Sapphire. HEX triplet: 04, 0A and 50. RGB value is (4,10,80). Sum of RGB (Red+Green+Blue) = 4+10+80=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 80 (31.64% from 255 or 85.11% from 94); Max value from RGB is 80 - color contains mainly: blue. Hex color #040A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A50 is #FBF5AF. Grayscale: #0F0F0F. Windows color (decimal): -16512432 or 5245444. OLE color: 5245444.
HSL color Cylindrical-coordinate representation of color #040A50: hue angle of 235.26º 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 #040A50 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 10 | 80 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.69 |
| HSL | 235.26º | 0.9% | 0.16% | - |
| HSV(B) | 235.26º | 0.95% | 0.31% | - |
| XYZ | 1.61 | 0.82 | 7.66 | - |
| YUV | 16.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 80 | 0.95 | 0.87 | 0 | 0.69 | 235.26 | 0.9 | 0.16 |
| Hex | 4 | A | 50 | 5F | 57 | 0 | 45 | EB | 5A | 10 |
| Octal | 4 | 12 | 120 | 137 | 127 | 0 | 105 | 353 | 132 | 20 |
| Binary | 100 | 1010 | 1010000 | 1011111 | 1010111 | 0 | 1000101 | 11101011 | 1011010 | 10000 |
Color Harmonies of #040A50
Complementary color
Monochromatic Colors of #040A50
Black with #040A50
Text Example
Text Example
White with #040A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A50; }
p { color: rgb(4,10,80); }
H1.HeaderClassName
{
color: #040A50;
}
.AnyTagClassName
{
color: #040A50;
}
</style>
background-color css
<style>
a { background-color: #040A50; }
a { background-color: rgb(4,10,80); }
div.DivClassName
{
background-color: #040A50;
}
.BgClassName
{
background-color: #040A50;
}
</style>
border-color css
<style>
span { border-color: #040A50; }
span { border-color: rgb(4,10,80); }
td.TdClassName
{
border-color: #040A50;
}
.TagClassName
{
border-color: #040A50;
}
</style>