Shades of Sapphire #041F4D
Tints of Sapphire #041F4D
RGB
CMYK
RGB Variations
Color information
#041F4D (or 0x041F4D) is known color: Sapphire. HEX triplet: 04, 1F and 4D. RGB value is (4,31,77). Sum of RGB (Red+Green+Blue) = 4+31+77=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #041F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F4D is #FBE0B2. Grayscale: #1B1B1B. Windows color (decimal): -16507059 or 5054212. OLE color: 5054212.
HSL color Cylindrical-coordinate representation of color #041F4D: hue angle of 217.81º 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 #041F4D is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 31 | 77 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.70 |
| HSL | 217.81º | 0.9% | 0.16% | - |
| HSV(B) | 217.81º | 0.95% | 0.3% | - |
| XYZ | 1.88 | 1.54 | 7.22 | - |
| YUV | 28.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 77 | 0.95 | 0.60 | 0 | 0.70 | 217.81 | 0.9 | 0.16 |
| Hex | 4 | 1F | 4D | 5F | 3C | 0 | 46 | DA | 5A | 10 |
| Octal | 4 | 37 | 115 | 137 | 74 | 0 | 106 | 332 | 132 | 20 |
| Binary | 100 | 11111 | 1001101 | 1011111 | 111100 | 0 | 1000110 | 11011010 | 1011010 | 10000 |
Color Harmonies of #041F4D
Complementary color
Monochromatic Colors of #041F4D
Black with #041F4D
Text Example
Text Example
White with #041F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041F4D; }
p { color: rgb(4,31,77); }
H1.HeaderClassName
{
color: #041F4D;
}
.AnyTagClassName
{
color: #041F4D;
}
</style>
background-color css
<style>
a { background-color: #041F4D; }
a { background-color: rgb(4,31,77); }
div.DivClassName
{
background-color: #041F4D;
}
.BgClassName
{
background-color: #041F4D;
}
</style>
border-color css
<style>
span { border-color: #041F4D; }
span { border-color: rgb(4,31,77); }
td.TdClassName
{
border-color: #041F4D;
}
.TagClassName
{
border-color: #041F4D;
}
</style>