Shades of Sapphire #041766
Tints of Sapphire #041766
RGB
CMYK
RGB Variations
Color information
#041766 (or 0x041766) is known color: Sapphire. HEX triplet: 04, 17 and 66. RGB value is (4,23,102). Sum of RGB (Red+Green+Blue) = 4+23+102=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #041766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041766 is #FBE899. Grayscale: #191919. Windows color (decimal): -16509082 or 6690564. OLE color: 6690564.
HSL color Cylindrical-coordinate representation of color #041766: hue angle of 228.37º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041766 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 23 | 102 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.6 |
| HSL | 228.37º | 0.92% | 0.21% | - |
| HSV(B) | 228.37º | 0.96% | 0.4% | - |
| XYZ | 2.75 | 1.6 | 12.73 | - |
| YUV | 26.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 102 | 0.96 | 0.77 | 0 | 0.6 | 228.37 | 0.92 | 0.21 |
| Hex | 4 | 17 | 66 | 60 | 4D | 0 | 3C | E4 | 5C | 15 |
| Octal | 4 | 27 | 146 | 140 | 115 | 0 | 74 | 344 | 134 | 25 |
| Binary | 100 | 10111 | 1100110 | 1100000 | 1001101 | 0 | 111100 | 11100100 | 1011100 | 10101 |
Color Harmonies of #041766
Complementary color
Monochromatic Colors of #041766
Black with #041766
Text Example
Text Example
White with #041766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041766; }
p { color: rgb(4,23,102); }
H1.HeaderClassName
{
color: #041766;
}
.AnyTagClassName
{
color: #041766;
}
</style>
background-color css
<style>
a { background-color: #041766; }
a { background-color: rgb(4,23,102); }
div.DivClassName
{
background-color: #041766;
}
.BgClassName
{
background-color: #041766;
}
</style>
border-color css
<style>
span { border-color: #041766; }
span { border-color: rgb(4,23,102); }
td.TdClassName
{
border-color: #041766;
}
.TagClassName
{
border-color: #041766;
}
</style>