Shades of Sapphire #041259
Tints of Sapphire #041259
RGB
CMYK
RGB Variations
Color information
#041259 (or 0x041259) is known color: Sapphire. HEX triplet: 04, 12 and 59. RGB value is (4,18,89). Sum of RGB (Red+Green+Blue) = 4+18+89=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #041259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041259 is #FBEDA6. Grayscale: #151515. Windows color (decimal): -16510375 or 5837316. OLE color: 5837316.
HSL color Cylindrical-coordinate representation of color #041259: hue angle of 230.12º 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 #041259 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 18 | 89 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.65 |
| HSL | 230.12º | 0.91% | 0.18% | - |
| HSV(B) | 230.12º | 0.96% | 0.35% | - |
| XYZ | 2.07 | 1.18 | 9.57 | - |
| YUV | 21.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 89 | 0.96 | 0.80 | 0 | 0.65 | 230.12 | 0.91 | 0.18 |
| Hex | 4 | 12 | 59 | 60 | 50 | 0 | 41 | E6 | 5B | 12 |
| Octal | 4 | 22 | 131 | 140 | 120 | 0 | 101 | 346 | 133 | 22 |
| Binary | 100 | 10010 | 1011001 | 1100000 | 1010000 | 0 | 1000001 | 11100110 | 1011011 | 10010 |
Color Harmonies of #041259
Complementary color
Monochromatic Colors of #041259
Black with #041259
Text Example
Text Example
White with #041259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041259; }
p { color: rgb(4,18,89); }
H1.HeaderClassName
{
color: #041259;
}
.AnyTagClassName
{
color: #041259;
}
</style>
background-color css
<style>
a { background-color: #041259; }
a { background-color: rgb(4,18,89); }
div.DivClassName
{
background-color: #041259;
}
.BgClassName
{
background-color: #041259;
}
</style>
border-color css
<style>
span { border-color: #041259; }
span { border-color: rgb(4,18,89); }
td.TdClassName
{
border-color: #041259;
}
.TagClassName
{
border-color: #041259;
}
</style>