Shades of Sapphire #042971
Tints of Sapphire #042971
RGB
CMYK
RGB Variations
Color information
#042971 (or 0x042971) is known color: Sapphire. HEX triplet: 04, 29 and 71. RGB value is (4,41,113). Sum of RGB (Red+Green+Blue) = 4+41+113=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #042971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042971 is #FBD68E. Grayscale: #252525. Windows color (decimal): -16504463 or 7416068. OLE color: 7416068.
HSL color Cylindrical-coordinate representation of color #042971: hue angle of 219.63º 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 #042971 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 41 | 113 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.56 |
| HSL | 219.63º | 0.93% | 0.23% | - |
| HSV(B) | 219.63º | 0.96% | 0.44% | - |
| XYZ | 3.82 | 2.8 | 15.96 | - |
| YUV | 38.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 113 | 0.96 | 0.64 | 0 | 0.56 | 219.63 | 0.93 | 0.23 |
| Hex | 4 | 29 | 71 | 60 | 40 | 0 | 38 | DC | 5D | 17 |
| Octal | 4 | 51 | 161 | 140 | 100 | 0 | 70 | 334 | 135 | 27 |
| Binary | 100 | 101001 | 1110001 | 1100000 | 1000000 | 0 | 111000 | 11011100 | 1011101 | 10111 |
Color Harmonies of #042971
Complementary color
Monochromatic Colors of #042971
Black with #042971
Text Example
Text Example
White with #042971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042971; }
p { color: rgb(4,41,113); }
H1.HeaderClassName
{
color: #042971;
}
.AnyTagClassName
{
color: #042971;
}
</style>
background-color css
<style>
a { background-color: #042971; }
a { background-color: rgb(4,41,113); }
div.DivClassName
{
background-color: #042971;
}
.BgClassName
{
background-color: #042971;
}
</style>
border-color css
<style>
span { border-color: #042971; }
span { border-color: rgb(4,41,113); }
td.TdClassName
{
border-color: #042971;
}
.TagClassName
{
border-color: #042971;
}
</style>