Shades of Sapphire #041D65
Tints of Sapphire #041D65
RGB
CMYK
RGB Variations
Color information
#041D65 (or 0x041D65) is known color: Sapphire. HEX triplet: 04, 1D and 65. RGB value is (4,29,101). Sum of RGB (Red+Green+Blue) = 4+29+101=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #041D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D65 is #FBE29A. Grayscale: #1D1D1D. Windows color (decimal): -16507547 or 6626564. OLE color: 6626564.
HSL color Cylindrical-coordinate representation of color #041D65: hue angle of 224.54º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041D65 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 29 | 101 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.60 |
| HSL | 224.54º | 0.92% | 0.21% | - |
| HSV(B) | 224.54º | 0.96% | 0.4% | - |
| XYZ | 2.84 | 1.84 | 12.52 | - |
| YUV | 29.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 101 | 0.96 | 0.71 | 0 | 0.60 | 224.54 | 0.92 | 0.21 |
| Hex | 4 | 1D | 65 | 60 | 47 | 0 | 3C | E1 | 5C | 15 |
| Octal | 4 | 35 | 145 | 140 | 107 | 0 | 74 | 341 | 134 | 25 |
| Binary | 100 | 11101 | 1100101 | 1100000 | 1000111 | 0 | 111100 | 11100001 | 1011100 | 10101 |
Color Harmonies of #041D65
Complementary color
Monochromatic Colors of #041D65
Black with #041D65
Text Example
Text Example
White with #041D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D65; }
p { color: rgb(4,29,101); }
H1.HeaderClassName
{
color: #041D65;
}
.AnyTagClassName
{
color: #041D65;
}
</style>
background-color css
<style>
a { background-color: #041D65; }
a { background-color: rgb(4,29,101); }
div.DivClassName
{
background-color: #041D65;
}
.BgClassName
{
background-color: #041D65;
}
</style>
border-color css
<style>
span { border-color: #041D65; }
span { border-color: rgb(4,29,101); }
td.TdClassName
{
border-color: #041D65;
}
.TagClassName
{
border-color: #041D65;
}
</style>