Shades of Sapphire #042259
Tints of Sapphire #042259
RGB
CMYK
RGB Variations
Color information
#042259 (or 0x042259) is known color: Sapphire. HEX triplet: 04, 22 and 59. RGB value is (4,34,89). Sum of RGB (Red+Green+Blue) = 4+34+89=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #042259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042259 is #FBDDA6. Grayscale: #1F1F1F. Windows color (decimal): -16506279 or 5841412. OLE color: 5841412.
HSL color Cylindrical-coordinate representation of color #042259: hue angle of 218.82º 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 #042259 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 34 | 89 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.65 |
| HSL | 218.82º | 0.91% | 0.18% | - |
| HSV(B) | 218.82º | 0.96% | 0.35% | - |
| XYZ | 2.43 | 1.89 | 9.69 | - |
| YUV | 31.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 89 | 0.96 | 0.62 | 0 | 0.65 | 218.82 | 0.91 | 0.18 |
| Hex | 4 | 22 | 59 | 60 | 3E | 0 | 41 | DB | 5B | 12 |
| Octal | 4 | 42 | 131 | 140 | 76 | 0 | 101 | 333 | 133 | 22 |
| Binary | 100 | 100010 | 1011001 | 1100000 | 111110 | 0 | 1000001 | 11011011 | 1011011 | 10010 |
Color Harmonies of #042259
Complementary color
Monochromatic Colors of #042259
Black with #042259
Text Example
Text Example
White with #042259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042259; }
p { color: rgb(4,34,89); }
H1.HeaderClassName
{
color: #042259;
}
.AnyTagClassName
{
color: #042259;
}
</style>
background-color css
<style>
a { background-color: #042259; }
a { background-color: rgb(4,34,89); }
div.DivClassName
{
background-color: #042259;
}
.BgClassName
{
background-color: #042259;
}
</style>
border-color css
<style>
span { border-color: #042259; }
span { border-color: rgb(4,34,89); }
td.TdClassName
{
border-color: #042259;
}
.TagClassName
{
border-color: #042259;
}
</style>