Shades of Sapphire #041E6C
Tints of Sapphire #041E6C
RGB
CMYK
RGB Variations
Color information
#041E6C (or 0x041E6C) is known color: Sapphire. HEX triplet: 04, 1E and 6C. RGB value is (4,30,108). Sum of RGB (Red+Green+Blue) = 4+30+108=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #041E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E6C is #FBE193. Grayscale: #1E1E1E. Windows color (decimal): -16507284 or 7085572. OLE color: 7085572.
HSL color Cylindrical-coordinate representation of color #041E6C: hue angle of 225º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E6C is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 30 | 108 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.58 |
| HSL | 225º | 0.93% | 0.22% | - |
| HSV(B) | 225º | 0.96% | 0.42% | - |
| XYZ | 3.22 | 2.04 | 14.41 | - |
| YUV | 31.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 108 | 0.96 | 0.72 | 0 | 0.58 | 225 | 0.93 | 0.22 |
| Hex | 4 | 1E | 6C | 60 | 48 | 0 | 3A | E1 | 5D | 16 |
| Octal | 4 | 36 | 154 | 140 | 110 | 0 | 72 | 341 | 135 | 26 |
| Binary | 100 | 11110 | 1101100 | 1100000 | 1001000 | 0 | 111010 | 11100001 | 1011101 | 10110 |
Color Harmonies of #041E6C
Complementary color
Monochromatic Colors of #041E6C
Black with #041E6C
Text Example
Text Example
White with #041E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E6C; }
p { color: rgb(4,30,108); }
H1.HeaderClassName
{
color: #041E6C;
}
.AnyTagClassName
{
color: #041E6C;
}
</style>
background-color css
<style>
a { background-color: #041E6C; }
a { background-color: rgb(4,30,108); }
div.DivClassName
{
background-color: #041E6C;
}
.BgClassName
{
background-color: #041E6C;
}
</style>
border-color css
<style>
span { border-color: #041E6C; }
span { border-color: rgb(4,30,108); }
td.TdClassName
{
border-color: #041E6C;
}
.TagClassName
{
border-color: #041E6C;
}
</style>