Shades of Sapphire #041359
Tints of Sapphire #041359
RGB
CMYK
RGB Variations
Color information
#041359 (or 0x041359) is known color: Sapphire. HEX triplet: 04, 13 and 59. RGB value is (4,19,89). Sum of RGB (Red+Green+Blue) = 4+19+89=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #041359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041359 is #FBECA6. Grayscale: #161616. Windows color (decimal): -16510119 or 5837572. OLE color: 5837572.
HSL color Cylindrical-coordinate representation of color #041359: hue angle of 229.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 #041359 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 19 | 89 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.65 |
| HSL | 229.41º | 0.91% | 0.18% | - |
| HSV(B) | 229.41º | 0.96% | 0.35% | - |
| XYZ | 2.09 | 1.21 | 9.58 | - |
| YUV | 22.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 89 | 0.96 | 0.79 | 0 | 0.65 | 229.41 | 0.91 | 0.18 |
| Hex | 4 | 13 | 59 | 60 | 4F | 0 | 41 | E5 | 5B | 12 |
| Octal | 4 | 23 | 131 | 140 | 117 | 0 | 101 | 345 | 133 | 22 |
| Binary | 100 | 10011 | 1011001 | 1100000 | 1001111 | 0 | 1000001 | 11100101 | 1011011 | 10010 |
Color Harmonies of #041359
Complementary color
Monochromatic Colors of #041359
Black with #041359
Text Example
Text Example
White with #041359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041359; }
p { color: rgb(4,19,89); }
H1.HeaderClassName
{
color: #041359;
}
.AnyTagClassName
{
color: #041359;
}
</style>
background-color css
<style>
a { background-color: #041359; }
a { background-color: rgb(4,19,89); }
div.DivClassName
{
background-color: #041359;
}
.BgClassName
{
background-color: #041359;
}
</style>
border-color css
<style>
span { border-color: #041359; }
span { border-color: rgb(4,19,89); }
td.TdClassName
{
border-color: #041359;
}
.TagClassName
{
border-color: #041359;
}
</style>