Shades of Sapphire #041F5D
Tints of Sapphire #041F5D
RGB
CMYK
RGB Variations
Color information
#041F5D (or 0x041F5D) is known color: Sapphire. HEX triplet: 04, 1F and 5D. RGB value is (4,31,93). Sum of RGB (Red+Green+Blue) = 4+31+93=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #041F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F5D is #FBE0A2. Grayscale: #1D1D1D. Windows color (decimal): -16507043 or 6102788. OLE color: 6102788.
HSL color Cylindrical-coordinate representation of color #041F5D: hue angle of 221.8º 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 #041F5D is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 31 | 93 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.64 |
| HSL | 221.8º | 0.92% | 0.19% | - |
| HSV(B) | 221.8º | 0.96% | 0.36% | - |
| XYZ | 2.52 | 1.8 | 10.57 | - |
| YUV | 30 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 93 | 0.96 | 0.67 | 0 | 0.64 | 221.8 | 0.92 | 0.19 |
| Hex | 4 | 1F | 5D | 60 | 43 | 0 | 40 | DE | 5C | 13 |
| Octal | 4 | 37 | 135 | 140 | 103 | 0 | 100 | 336 | 134 | 23 |
| Binary | 100 | 11111 | 1011101 | 1100000 | 1000011 | 0 | 1000000 | 11011110 | 1011100 | 10011 |
Color Harmonies of #041F5D
Complementary color
Monochromatic Colors of #041F5D
Black with #041F5D
Text Example
Text Example
White with #041F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041F5D; }
p { color: rgb(4,31,93); }
H1.HeaderClassName
{
color: #041F5D;
}
.AnyTagClassName
{
color: #041F5D;
}
</style>
background-color css
<style>
a { background-color: #041F5D; }
a { background-color: rgb(4,31,93); }
div.DivClassName
{
background-color: #041F5D;
}
.BgClassName
{
background-color: #041F5D;
}
</style>
border-color css
<style>
span { border-color: #041F5D; }
span { border-color: rgb(4,31,93); }
td.TdClassName
{
border-color: #041F5D;
}
.TagClassName
{
border-color: #041F5D;
}
</style>