Shades of Sapphire #041666
Tints of Sapphire #041666
RGB
CMYK
RGB Variations
Color information
#041666 (or 0x041666) is known color: Sapphire. HEX triplet: 04, 16 and 66. RGB value is (4,22,102). Sum of RGB (Red+Green+Blue) = 4+22+102=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 102 (40.23% from 255 or 79.69% from 128); Max value from RGB is 102 - color contains mainly: blue. Hex color #041666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041666 is #FBE999. Grayscale: #191919. Windows color (decimal): -16509338 or 6690308. OLE color: 6690308.
HSL color Cylindrical-coordinate representation of color #041666: hue angle of 228.98º 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 #041666 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 22 | 102 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.6 |
| HSL | 228.98º | 0.92% | 0.21% | - |
| HSV(B) | 228.98º | 0.96% | 0.4% | - |
| XYZ | 2.74 | 1.56 | 12.73 | - |
| YUV | 25.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 102 | 0.96 | 0.78 | 0 | 0.6 | 228.98 | 0.92 | 0.21 |
| Hex | 4 | 16 | 66 | 60 | 4E | 0 | 3C | E5 | 5C | 15 |
| Octal | 4 | 26 | 146 | 140 | 116 | 0 | 74 | 345 | 134 | 25 |
| Binary | 100 | 10110 | 1100110 | 1100000 | 1001110 | 0 | 111100 | 11100101 | 1011100 | 10101 |
Color Harmonies of #041666
Complementary color
Monochromatic Colors of #041666
Black with #041666
Text Example
Text Example
White with #041666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041666; }
p { color: rgb(4,22,102); }
H1.HeaderClassName
{
color: #041666;
}
.AnyTagClassName
{
color: #041666;
}
</style>
background-color css
<style>
a { background-color: #041666; }
a { background-color: rgb(4,22,102); }
div.DivClassName
{
background-color: #041666;
}
.BgClassName
{
background-color: #041666;
}
</style>
border-color css
<style>
span { border-color: #041666; }
span { border-color: rgb(4,22,102); }
td.TdClassName
{
border-color: #041666;
}
.TagClassName
{
border-color: #041666;
}
</style>