Shades of Sapphire #042459
Tints of Sapphire #042459
RGB
CMYK
RGB Variations
Color information
#042459 (or 0x042459) is known color: Sapphire. HEX triplet: 04, 24 and 59. RGB value is (4,36,89). Sum of RGB (Red+Green+Blue) = 4+36+89=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #042459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042459 is #FBDBA6. Grayscale: #202020. Windows color (decimal): -16505767 or 5841924. OLE color: 5841924.
HSL color Cylindrical-coordinate representation of color #042459: hue angle of 217.41º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042459 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 36 | 89 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.65 |
| HSL | 217.41º | 0.91% | 0.18% | - |
| HSV(B) | 217.41º | 0.96% | 0.35% | - |
| XYZ | 2.48 | 2.01 | 9.71 | - |
| YUV | 32.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 89 | 0.96 | 0.60 | 0 | 0.65 | 217.41 | 0.91 | 0.18 |
| Hex | 4 | 24 | 59 | 60 | 3C | 0 | 41 | D9 | 5B | 12 |
| Octal | 4 | 44 | 131 | 140 | 74 | 0 | 101 | 331 | 133 | 22 |
| Binary | 100 | 100100 | 1011001 | 1100000 | 111100 | 0 | 1000001 | 11011001 | 1011011 | 10010 |
Color Harmonies of #042459
Complementary color
Monochromatic Colors of #042459
Black with #042459
Text Example
Text Example
White with #042459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042459; }
p { color: rgb(4,36,89); }
H1.HeaderClassName
{
color: #042459;
}
.AnyTagClassName
{
color: #042459;
}
</style>
background-color css
<style>
a { background-color: #042459; }
a { background-color: rgb(4,36,89); }
div.DivClassName
{
background-color: #042459;
}
.BgClassName
{
background-color: #042459;
}
</style>
border-color css
<style>
span { border-color: #042459; }
span { border-color: rgb(4,36,89); }
td.TdClassName
{
border-color: #042459;
}
.TagClassName
{
border-color: #042459;
}
</style>