Shades of Sapphire #041F68
Tints of Sapphire #041F68
RGB
CMYK
RGB Variations
Color information
#041F68 (or 0x041F68) is known color: Sapphire. HEX triplet: 04, 1F and 68. RGB value is (4,31,104). Sum of RGB (Red+Green+Blue) = 4+31+104=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #041F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F68 is #FBE097. Grayscale: #1E1E1E. Windows color (decimal): -16507032 or 6823684. OLE color: 6823684.
HSL color Cylindrical-coordinate representation of color #041F68: hue angle of 223.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041F68 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 31 | 104 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.59 |
| HSL | 223.8º | 0.93% | 0.21% | - |
| HSV(B) | 223.8º | 0.96% | 0.41% | - |
| XYZ | 3.04 | 2.01 | 13.32 | - |
| YUV | 31.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 104 | 0.96 | 0.70 | 0 | 0.59 | 223.8 | 0.93 | 0.21 |
| Hex | 4 | 1F | 68 | 60 | 46 | 0 | 3B | E0 | 5D | 15 |
| Octal | 4 | 37 | 150 | 140 | 106 | 0 | 73 | 340 | 135 | 25 |
| Binary | 100 | 11111 | 1101000 | 1100000 | 1000110 | 0 | 111011 | 11100000 | 1011101 | 10101 |
Color Harmonies of #041F68
Complementary color
Monochromatic Colors of #041F68
Black with #041F68
Text Example
Text Example
White with #041F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041F68; }
p { color: rgb(4,31,104); }
H1.HeaderClassName
{
color: #041F68;
}
.AnyTagClassName
{
color: #041F68;
}
</style>
background-color css
<style>
a { background-color: #041F68; }
a { background-color: rgb(4,31,104); }
div.DivClassName
{
background-color: #041F68;
}
.BgClassName
{
background-color: #041F68;
}
</style>
border-color css
<style>
span { border-color: #041F68; }
span { border-color: rgb(4,31,104); }
td.TdClassName
{
border-color: #041F68;
}
.TagClassName
{
border-color: #041F68;
}
</style>