Shades of Sapphire #041D71
Tints of Sapphire #041D71
RGB
CMYK
RGB Variations
Color information
#041D71 (or 0x041D71) is known color: Sapphire. HEX triplet: 04, 1D and 71. RGB value is (4,29,113). Sum of RGB (Red+Green+Blue) = 4+29+113=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #041D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D71 is #FBE28E. Grayscale: #1E1E1E. Windows color (decimal): -16507535 or 7412996. OLE color: 7412996.
HSL color Cylindrical-coordinate representation of color #041D71: hue angle of 226.24º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D71 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 29 | 113 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.56 |
| HSL | 226.24º | 0.93% | 0.23% | - |
| HSV(B) | 226.24º | 0.96% | 0.44% | - |
| XYZ | 3.47 | 2.1 | 15.84 | - |
| YUV | 31.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 113 | 0.96 | 0.74 | 0 | 0.56 | 226.24 | 0.93 | 0.23 |
| Hex | 4 | 1D | 71 | 60 | 4A | 0 | 38 | E2 | 5D | 17 |
| Octal | 4 | 35 | 161 | 140 | 112 | 0 | 70 | 342 | 135 | 27 |
| Binary | 100 | 11101 | 1110001 | 1100000 | 1001010 | 0 | 111000 | 11100010 | 1011101 | 10111 |
Color Harmonies of #041D71
Complementary color
Monochromatic Colors of #041D71
Black with #041D71
Text Example
Text Example
White with #041D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D71; }
p { color: rgb(4,29,113); }
H1.HeaderClassName
{
color: #041D71;
}
.AnyTagClassName
{
color: #041D71;
}
</style>
background-color css
<style>
a { background-color: #041D71; }
a { background-color: rgb(4,29,113); }
div.DivClassName
{
background-color: #041D71;
}
.BgClassName
{
background-color: #041D71;
}
</style>
border-color css
<style>
span { border-color: #041D71; }
span { border-color: rgb(4,29,113); }
td.TdClassName
{
border-color: #041D71;
}
.TagClassName
{
border-color: #041D71;
}
</style>