Shades of Sapphire #041970
Tints of Sapphire #041970
RGB
CMYK
RGB Variations
Color information
#041970 (or 0x041970) is known color: Sapphire. HEX triplet: 04, 19 and 70. RGB value is (4,25,112). Sum of RGB (Red+Green+Blue) = 4+25+112=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #041970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041970 is #FBE68F. Grayscale: #1C1C1C. Windows color (decimal): -16508560 or 7346436. OLE color: 7346436.
HSL color Cylindrical-coordinate representation of color #041970: hue angle of 228.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041970 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 25 | 112 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.56 |
| HSL | 228.33º | 0.93% | 0.23% | - |
| HSV(B) | 228.33º | 0.96% | 0.44% | - |
| XYZ | 3.32 | 1.89 | 15.52 | - |
| YUV | 28.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 112 | 0.96 | 0.78 | 0 | 0.56 | 228.33 | 0.93 | 0.23 |
| Hex | 4 | 19 | 70 | 60 | 4E | 0 | 38 | E4 | 5D | 17 |
| Octal | 4 | 31 | 160 | 140 | 116 | 0 | 70 | 344 | 135 | 27 |
| Binary | 100 | 11001 | 1110000 | 1100000 | 1001110 | 0 | 111000 | 11100100 | 1011101 | 10111 |
Color Harmonies of #041970
Complementary color
Monochromatic Colors of #041970
Black with #041970
Text Example
Text Example
White with #041970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041970; }
p { color: rgb(4,25,112); }
H1.HeaderClassName
{
color: #041970;
}
.AnyTagClassName
{
color: #041970;
}
</style>
background-color css
<style>
a { background-color: #041970; }
a { background-color: rgb(4,25,112); }
div.DivClassName
{
background-color: #041970;
}
.BgClassName
{
background-color: #041970;
}
</style>
border-color css
<style>
span { border-color: #041970; }
span { border-color: rgb(4,25,112); }
td.TdClassName
{
border-color: #041970;
}
.TagClassName
{
border-color: #041970;
}
</style>