Shades of Sapphire #041769
Tints of Sapphire #041769
RGB
CMYK
RGB Variations
Color information
#041769 (or 0x041769) is known color: Sapphire. HEX triplet: 04, 17 and 69. RGB value is (4,23,105). Sum of RGB (Red+Green+Blue) = 4+23+105=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #041769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041769 is #FBE896. Grayscale: #1A1A1A. Windows color (decimal): -16509079 or 6887172. OLE color: 6887172.
HSL color Cylindrical-coordinate representation of color #041769: hue angle of 228.71º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041769 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 23 | 105 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.59 |
| HSL | 228.71º | 0.93% | 0.21% | - |
| HSV(B) | 228.71º | 0.96% | 0.41% | - |
| XYZ | 2.91 | 1.66 | 13.53 | - |
| YUV | 26.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 105 | 0.96 | 0.78 | 0 | 0.59 | 228.71 | 0.93 | 0.21 |
| Hex | 4 | 17 | 69 | 60 | 4E | 0 | 3B | E5 | 5D | 15 |
| Octal | 4 | 27 | 151 | 140 | 116 | 0 | 73 | 345 | 135 | 25 |
| Binary | 100 | 10111 | 1101001 | 1100000 | 1001110 | 0 | 111011 | 11100101 | 1011101 | 10101 |
Color Harmonies of #041769
Complementary color
Monochromatic Colors of #041769
Black with #041769
Text Example
Text Example
White with #041769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041769; }
p { color: rgb(4,23,105); }
H1.HeaderClassName
{
color: #041769;
}
.AnyTagClassName
{
color: #041769;
}
</style>
background-color css
<style>
a { background-color: #041769; }
a { background-color: rgb(4,23,105); }
div.DivClassName
{
background-color: #041769;
}
.BgClassName
{
background-color: #041769;
}
</style>
border-color css
<style>
span { border-color: #041769; }
span { border-color: rgb(4,23,105); }
td.TdClassName
{
border-color: #041769;
}
.TagClassName
{
border-color: #041769;
}
</style>