Shades of Sapphire #041E7B
Tints of Sapphire #041E7B
RGB
CMYK
RGB Variations
Color information
#041E7B (or 0x041E7B) is known color: Sapphire. HEX triplet: 04, 1E and 7B. RGB value is (4,30,123). Sum of RGB (Red+Green+Blue) = 4+30+123=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #041E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E7B is #FBE184. Grayscale: #202020. Windows color (decimal): -16507269 or 8068612. OLE color: 8068612.
HSL color Cylindrical-coordinate representation of color #041E7B: hue angle of 226.89º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E7B is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 30 | 123 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.52 |
| HSL | 226.89º | 0.94% | 0.25% | - |
| HSV(B) | 226.89º | 0.97% | 0.48% | - |
| XYZ | 4.09 | 2.38 | 18.98 | - |
| YUV | 32.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 123 | 0.97 | 0.76 | 0 | 0.52 | 226.89 | 0.94 | 0.25 |
| Hex | 4 | 1E | 7B | 61 | 4C | 0 | 34 | E3 | 5E | 19 |
| Octal | 4 | 36 | 173 | 141 | 114 | 0 | 64 | 343 | 136 | 31 |
| Binary | 100 | 11110 | 1111011 | 1100001 | 1001100 | 0 | 110100 | 11100011 | 1011110 | 11001 |
Color Harmonies of #041E7B
Complementary color
Monochromatic Colors of #041E7B
Black with #041E7B
Text Example
Text Example
White with #041E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E7B; }
p { color: rgb(4,30,123); }
H1.HeaderClassName
{
color: #041E7B;
}
.AnyTagClassName
{
color: #041E7B;
}
</style>
background-color css
<style>
a { background-color: #041E7B; }
a { background-color: rgb(4,30,123); }
div.DivClassName
{
background-color: #041E7B;
}
.BgClassName
{
background-color: #041E7B;
}
</style>
border-color css
<style>
span { border-color: #041E7B; }
span { border-color: rgb(4,30,123); }
td.TdClassName
{
border-color: #041E7B;
}
.TagClassName
{
border-color: #041E7B;
}
</style>