Shades of Sapphire #040A54
Tints of Sapphire #040A54
RGB
CMYK
RGB Variations
Color information
#040A54 (or 0x040A54) is known color: Sapphire. HEX triplet: 04, 0A and 54. RGB value is (4,10,84). Sum of RGB (Red+Green+Blue) = 4+10+84=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #040A54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A54 is #FBF5AB. Grayscale: #101010. Windows color (decimal): -16512428 or 5507588. OLE color: 5507588.
HSL color Cylindrical-coordinate representation of color #040A54: hue angle of 235.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A54 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 10 | 84 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.67 |
| HSL | 235.5º | 0.91% | 0.17% | - |
| HSV(B) | 235.5º | 0.95% | 0.33% | - |
| XYZ | 1.76 | 0.88 | 8.47 | - |
| YUV | 16.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 84 | 0.95 | 0.88 | 0 | 0.67 | 235.5 | 0.91 | 0.17 |
| Hex | 4 | A | 54 | 5F | 58 | 0 | 43 | EC | 5B | 11 |
| Octal | 4 | 12 | 124 | 137 | 130 | 0 | 103 | 354 | 133 | 21 |
| Binary | 100 | 1010 | 1010100 | 1011111 | 1011000 | 0 | 1000011 | 11101100 | 1011011 | 10001 |
Color Harmonies of #040A54
Complementary color
Monochromatic Colors of #040A54
Black with #040A54
Text Example
Text Example
White with #040A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A54; }
p { color: rgb(4,10,84); }
H1.HeaderClassName
{
color: #040A54;
}
.AnyTagClassName
{
color: #040A54;
}
</style>
background-color css
<style>
a { background-color: #040A54; }
a { background-color: rgb(4,10,84); }
div.DivClassName
{
background-color: #040A54;
}
.BgClassName
{
background-color: #040A54;
}
</style>
border-color css
<style>
span { border-color: #040A54; }
span { border-color: rgb(4,10,84); }
td.TdClassName
{
border-color: #040A54;
}
.TagClassName
{
border-color: #040A54;
}
</style>