Shades of Sapphire #041D4C
Tints of Sapphire #041D4C
RGB
CMYK
RGB Variations
Color information
#041D4C (or 0x041D4C) is known color: Sapphire. HEX triplet: 04, 1D and 4C. RGB value is (4,29,76). Sum of RGB (Red+Green+Blue) = 4+29+76=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #041D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D4C is #FBE2B3. Grayscale: #1A1A1A. Windows color (decimal): -16507572 or 4988164. OLE color: 4988164.
HSL color Cylindrical-coordinate representation of color #041D4C: hue angle of 219.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041D4C is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 29 | 76 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.70 |
| HSL | 219.17º | 0.9% | 0.16% | - |
| HSV(B) | 219.17º | 0.95% | 0.3% | - |
| XYZ | 1.79 | 1.43 | 7.02 | - |
| YUV | 26.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 76 | 0.95 | 0.62 | 0 | 0.70 | 219.17 | 0.9 | 0.16 |
| Hex | 4 | 1D | 4C | 5F | 3E | 0 | 46 | DB | 5A | 10 |
| Octal | 4 | 35 | 114 | 137 | 76 | 0 | 106 | 333 | 132 | 20 |
| Binary | 100 | 11101 | 1001100 | 1011111 | 111110 | 0 | 1000110 | 11011011 | 1011010 | 10000 |
Color Harmonies of #041D4C
Complementary color
Monochromatic Colors of #041D4C
Black with #041D4C
Text Example
Text Example
White with #041D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D4C; }
p { color: rgb(4,29,76); }
H1.HeaderClassName
{
color: #041D4C;
}
.AnyTagClassName
{
color: #041D4C;
}
</style>
background-color css
<style>
a { background-color: #041D4C; }
a { background-color: rgb(4,29,76); }
div.DivClassName
{
background-color: #041D4C;
}
.BgClassName
{
background-color: #041D4C;
}
</style>
border-color css
<style>
span { border-color: #041D4C; }
span { border-color: rgb(4,29,76); }
td.TdClassName
{
border-color: #041D4C;
}
.TagClassName
{
border-color: #041D4C;
}
</style>