Shades of Sapphire #041D45
Tints of Sapphire #041D45
RGB
CMYK
RGB Variations
Color information
#041D45 (or 0x041D45) is known color: Sapphire. HEX triplet: 04, 1D and 45. RGB value is (4,29,69). Sum of RGB (Red+Green+Blue) = 4+29+69=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 69 (27.34% from 255 or 67.65% from 102); Max value from RGB is 69 - color contains mainly: blue. Hex color #041D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D45 is #FBE2BA. Grayscale: #191919. Windows color (decimal): -16507579 or 4529412. OLE color: 4529412.
HSL color Cylindrical-coordinate representation of color #041D45: hue angle of 216.92º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041D45 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 29 | 69 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.73 |
| HSL | 216.92º | 0.89% | 0.14% | - |
| HSV(B) | 216.92º | 0.94% | 0.27% | - |
| XYZ | 1.56 | 1.33 | 5.81 | - |
| YUV | 26.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 69 | 0.94 | 0.58 | 0 | 0.73 | 216.92 | 0.89 | 0.14 |
| Hex | 4 | 1D | 45 | 5E | 3A | 0 | 49 | D9 | 59 | E |
| Octal | 4 | 35 | 105 | 136 | 72 | 0 | 111 | 331 | 131 | 16 |
| Binary | 100 | 11101 | 1000101 | 1011110 | 111010 | 0 | 1001001 | 11011001 | 1011001 | 1110 |
Color Harmonies of #041D45
Complementary color
Monochromatic Colors of #041D45
Black with #041D45
Text Example
Text Example
White with #041D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D45; }
p { color: rgb(4,29,69); }
H1.HeaderClassName
{
color: #041D45;
}
.AnyTagClassName
{
color: #041D45;
}
</style>
background-color css
<style>
a { background-color: #041D45; }
a { background-color: rgb(4,29,69); }
div.DivClassName
{
background-color: #041D45;
}
.BgClassName
{
background-color: #041D45;
}
</style>
border-color css
<style>
span { border-color: #041D45; }
span { border-color: rgb(4,29,69); }
td.TdClassName
{
border-color: #041D45;
}
.TagClassName
{
border-color: #041D45;
}
</style>