Shades of Sapphire #042972
Tints of Sapphire #042972
RGB
CMYK
RGB Variations
Color information
#042972 (or 0x042972) is known color: Sapphire. HEX triplet: 04, 29 and 72. RGB value is (4,41,114). Sum of RGB (Red+Green+Blue) = 4+41+114=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #042972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042972 is #FBD68D. Grayscale: #252525. Windows color (decimal): -16504462 or 7481604. OLE color: 7481604.
HSL color Cylindrical-coordinate representation of color #042972: hue angle of 219.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042972 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 41 | 114 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.55 |
| HSL | 219.82º | 0.93% | 0.23% | - |
| HSV(B) | 219.82º | 0.96% | 0.45% | - |
| XYZ | 3.88 | 2.83 | 16.26 | - |
| YUV | 38.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 114 | 0.96 | 0.64 | 0 | 0.55 | 219.82 | 0.93 | 0.23 |
| Hex | 4 | 29 | 72 | 60 | 40 | 0 | 37 | DC | 5D | 17 |
| Octal | 4 | 51 | 162 | 140 | 100 | 0 | 67 | 334 | 135 | 27 |
| Binary | 100 | 101001 | 1110010 | 1100000 | 1000000 | 0 | 110111 | 11011100 | 1011101 | 10111 |
Color Harmonies of #042972
Complementary color
Monochromatic Colors of #042972
Black with #042972
Text Example
Text Example
White with #042972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042972; }
p { color: rgb(4,41,114); }
H1.HeaderClassName
{
color: #042972;
}
.AnyTagClassName
{
color: #042972;
}
</style>
background-color css
<style>
a { background-color: #042972; }
a { background-color: rgb(4,41,114); }
div.DivClassName
{
background-color: #042972;
}
.BgClassName
{
background-color: #042972;
}
</style>
border-color css
<style>
span { border-color: #042972; }
span { border-color: rgb(4,41,114); }
td.TdClassName
{
border-color: #042972;
}
.TagClassName
{
border-color: #042972;
}
</style>