Shades of Sapphire #041948
Tints of Sapphire #041948
RGB
CMYK
RGB Variations
Color information
#041948 (or 0x041948) is known color: Sapphire. HEX triplet: 04, 19 and 48. RGB value is (4,25,72). Sum of RGB (Red+Green+Blue) = 4+25+72=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #041948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041948 is #FBE6B7. Grayscale: #171717. Windows color (decimal): -16508600 or 4724996. OLE color: 4724996.
HSL color Cylindrical-coordinate representation of color #041948: hue angle of 221.47º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041948 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 25 | 72 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.72 |
| HSL | 221.47º | 0.89% | 0.15% | - |
| HSV(B) | 221.47º | 0.94% | 0.28% | - |
| XYZ | 1.57 | 1.19 | 6.28 | - |
| YUV | 24.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 72 | 0.94 | 0.65 | 0 | 0.72 | 221.47 | 0.89 | 0.15 |
| Hex | 4 | 19 | 48 | 5E | 41 | 0 | 48 | DD | 59 | F |
| Octal | 4 | 31 | 110 | 136 | 101 | 0 | 110 | 335 | 131 | 17 |
| Binary | 100 | 11001 | 1001000 | 1011110 | 1000001 | 0 | 1001000 | 11011101 | 1011001 | 1111 |
Color Harmonies of #041948
Complementary color
Monochromatic Colors of #041948
Black with #041948
Text Example
Text Example
White with #041948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041948; }
p { color: rgb(4,25,72); }
H1.HeaderClassName
{
color: #041948;
}
.AnyTagClassName
{
color: #041948;
}
</style>
background-color css
<style>
a { background-color: #041948; }
a { background-color: rgb(4,25,72); }
div.DivClassName
{
background-color: #041948;
}
.BgClassName
{
background-color: #041948;
}
</style>
border-color css
<style>
span { border-color: #041948; }
span { border-color: rgb(4,25,72); }
td.TdClassName
{
border-color: #041948;
}
.TagClassName
{
border-color: #041948;
}
</style>