Shades of Sapphire #041D5D
Tints of Sapphire #041D5D
RGB
CMYK
RGB Variations
Color information
#041D5D (or 0x041D5D) is known color: Sapphire. HEX triplet: 04, 1D and 5D. RGB value is (4,29,93). Sum of RGB (Red+Green+Blue) = 4+29+93=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #041D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D5D is #FBE2A2. Grayscale: #1C1C1C. Windows color (decimal): -16507555 or 6102276. OLE color: 6102276.
HSL color Cylindrical-coordinate representation of color #041D5D: hue angle of 223.15º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D5D is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 29 | 93 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.64 |
| HSL | 223.15º | 0.92% | 0.19% | - |
| HSV(B) | 223.15º | 0.96% | 0.36% | - |
| XYZ | 2.47 | 1.69 | 10.55 | - |
| YUV | 28.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 93 | 0.96 | 0.69 | 0 | 0.64 | 223.15 | 0.92 | 0.19 |
| Hex | 4 | 1D | 5D | 60 | 45 | 0 | 40 | DF | 5C | 13 |
| Octal | 4 | 35 | 135 | 140 | 105 | 0 | 100 | 337 | 134 | 23 |
| Binary | 100 | 11101 | 1011101 | 1100000 | 1000101 | 0 | 1000000 | 11011111 | 1011100 | 10011 |
Color Harmonies of #041D5D
Complementary color
Monochromatic Colors of #041D5D
Black with #041D5D
Text Example
Text Example
White with #041D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D5D; }
p { color: rgb(4,29,93); }
H1.HeaderClassName
{
color: #041D5D;
}
.AnyTagClassName
{
color: #041D5D;
}
</style>
background-color css
<style>
a { background-color: #041D5D; }
a { background-color: rgb(4,29,93); }
div.DivClassName
{
background-color: #041D5D;
}
.BgClassName
{
background-color: #041D5D;
}
</style>
border-color css
<style>
span { border-color: #041D5D; }
span { border-color: rgb(4,29,93); }
td.TdClassName
{
border-color: #041D5D;
}
.TagClassName
{
border-color: #041D5D;
}
</style>