Shades of Sapphire #041D7D
Tints of Sapphire #041D7D
RGB
CMYK
RGB Variations
Color information
#041D7D (or 0x041D7D) is known color: Sapphire. HEX triplet: 04, 1D and 7D. RGB value is (4,29,125). Sum of RGB (Red+Green+Blue) = 4+29+125=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #041D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D7D is #FBE282. Grayscale: #202020. Windows color (decimal): -16507523 or 8199428. OLE color: 8199428.
HSL color Cylindrical-coordinate representation of color #041D7D: hue angle of 227.6º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041D7D is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 29 | 125 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.51 |
| HSL | 227.6º | 0.94% | 0.25% | - |
| HSV(B) | 227.6º | 0.97% | 0.49% | - |
| XYZ | 4.19 | 2.39 | 19.64 | - |
| YUV | 32.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 125 | 0.97 | 0.77 | 0 | 0.51 | 227.6 | 0.94 | 0.25 |
| Hex | 4 | 1D | 7D | 61 | 4D | 0 | 33 | E4 | 5E | 19 |
| Octal | 4 | 35 | 175 | 141 | 115 | 0 | 63 | 344 | 136 | 31 |
| Binary | 100 | 11101 | 1111101 | 1100001 | 1001101 | 0 | 110011 | 11100100 | 1011110 | 11001 |
Color Harmonies of #041D7D
Complementary color
Monochromatic Colors of #041D7D
Black with #041D7D
Text Example
Text Example
White with #041D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D7D; }
p { color: rgb(4,29,125); }
H1.HeaderClassName
{
color: #041D7D;
}
.AnyTagClassName
{
color: #041D7D;
}
</style>
background-color css
<style>
a { background-color: #041D7D; }
a { background-color: rgb(4,29,125); }
div.DivClassName
{
background-color: #041D7D;
}
.BgClassName
{
background-color: #041D7D;
}
</style>
border-color css
<style>
span { border-color: #041D7D; }
span { border-color: rgb(4,29,125); }
td.TdClassName
{
border-color: #041D7D;
}
.TagClassName
{
border-color: #041D7D;
}
</style>