Shades of Sapphire #041C66
Tints of Sapphire #041C66
RGB
CMYK
RGB Variations
Color information
#041C66 (or 0x041C66) is known color: Sapphire. HEX triplet: 04, 1C and 66. RGB value is (4,28,102). Sum of RGB (Red+Green+Blue) = 4+28+102=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #041C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C66 is #FBE399. Grayscale: #1C1C1C. Windows color (decimal): -16507802 or 6691844. OLE color: 6691844.
HSL color Cylindrical-coordinate representation of color #041C66: hue angle of 225.31º 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 #041C66 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 28 | 102 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.6 |
| HSL | 225.31º | 0.92% | 0.21% | - |
| HSV(B) | 225.31º | 0.96% | 0.4% | - |
| XYZ | 2.86 | 1.82 | 12.77 | - |
| YUV | 29.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 102 | 0.96 | 0.73 | 0 | 0.6 | 225.31 | 0.92 | 0.21 |
| Hex | 4 | 1C | 66 | 60 | 49 | 0 | 3C | E1 | 5C | 15 |
| Octal | 4 | 34 | 146 | 140 | 111 | 0 | 74 | 341 | 134 | 25 |
| Binary | 100 | 11100 | 1100110 | 1100000 | 1001001 | 0 | 111100 | 11100001 | 1011100 | 10101 |
Color Harmonies of #041C66
Complementary color
Monochromatic Colors of #041C66
Black with #041C66
Text Example
Text Example
White with #041C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C66; }
p { color: rgb(4,28,102); }
H1.HeaderClassName
{
color: #041C66;
}
.AnyTagClassName
{
color: #041C66;
}
</style>
background-color css
<style>
a { background-color: #041C66; }
a { background-color: rgb(4,28,102); }
div.DivClassName
{
background-color: #041C66;
}
.BgClassName
{
background-color: #041C66;
}
</style>
border-color css
<style>
span { border-color: #041C66; }
span { border-color: rgb(4,28,102); }
td.TdClassName
{
border-color: #041C66;
}
.TagClassName
{
border-color: #041C66;
}
</style>