Shades of Sapphire #041E5A
Tints of Sapphire #041E5A
RGB
CMYK
RGB Variations
Color information
#041E5A (or 0x041E5A) is known color: Sapphire. HEX triplet: 04, 1E and 5A. RGB value is (4,30,90). Sum of RGB (Red+Green+Blue) = 4+30+90=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #041E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E5A is #FBE1A5. Grayscale: #1C1C1C. Windows color (decimal): -16507302 or 5905924. OLE color: 5905924.
HSL color Cylindrical-coordinate representation of color #041E5A: hue angle of 221.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E5A is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 30 | 90 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.65 |
| HSL | 221.86º | 0.91% | 0.18% | - |
| HSV(B) | 221.86º | 0.96% | 0.35% | - |
| XYZ | 2.36 | 1.69 | 9.88 | - |
| YUV | 29.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 90 | 0.96 | 0.67 | 0 | 0.65 | 221.86 | 0.91 | 0.18 |
| Hex | 4 | 1E | 5A | 60 | 43 | 0 | 41 | DE | 5B | 12 |
| Octal | 4 | 36 | 132 | 140 | 103 | 0 | 101 | 336 | 133 | 22 |
| Binary | 100 | 11110 | 1011010 | 1100000 | 1000011 | 0 | 1000001 | 11011110 | 1011011 | 10010 |
Color Harmonies of #041E5A
Complementary color
Monochromatic Colors of #041E5A
Black with #041E5A
Text Example
Text Example
White with #041E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E5A; }
p { color: rgb(4,30,90); }
H1.HeaderClassName
{
color: #041E5A;
}
.AnyTagClassName
{
color: #041E5A;
}
</style>
background-color css
<style>
a { background-color: #041E5A; }
a { background-color: rgb(4,30,90); }
div.DivClassName
{
background-color: #041E5A;
}
.BgClassName
{
background-color: #041E5A;
}
</style>
border-color css
<style>
span { border-color: #041E5A; }
span { border-color: rgb(4,30,90); }
td.TdClassName
{
border-color: #041E5A;
}
.TagClassName
{
border-color: #041E5A;
}
</style>