Shades of Sapphire #042076
Tints of Sapphire #042076
RGB
CMYK
RGB Variations
Color information
#042076 (or 0x042076) is known color: Sapphire. HEX triplet: 04, 20 and 76. RGB value is (4,32,118). Sum of RGB (Red+Green+Blue) = 4+32+118=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #042076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042076 is #FBDF89. Grayscale: #212121. Windows color (decimal): -16506762 or 7741444. OLE color: 7741444.
HSL color Cylindrical-coordinate representation of color #042076: hue angle of 225.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042076 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 32 | 118 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.54 |
| HSL | 225.26º | 0.93% | 0.24% | - |
| HSV(B) | 225.26º | 0.97% | 0.46% | - |
| XYZ | 3.84 | 2.37 | 17.39 | - |
| YUV | 33.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 118 | 0.97 | 0.73 | 0 | 0.54 | 225.26 | 0.93 | 0.24 |
| Hex | 4 | 20 | 76 | 61 | 49 | 0 | 36 | E1 | 5D | 18 |
| Octal | 4 | 40 | 166 | 141 | 111 | 0 | 66 | 341 | 135 | 30 |
| Binary | 100 | 100000 | 1110110 | 1100001 | 1001001 | 0 | 110110 | 11100001 | 1011101 | 11000 |
Color Harmonies of #042076
Complementary color
Monochromatic Colors of #042076
Black with #042076
Text Example
Text Example
White with #042076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042076; }
p { color: rgb(4,32,118); }
H1.HeaderClassName
{
color: #042076;
}
.AnyTagClassName
{
color: #042076;
}
</style>
background-color css
<style>
a { background-color: #042076; }
a { background-color: rgb(4,32,118); }
div.DivClassName
{
background-color: #042076;
}
.BgClassName
{
background-color: #042076;
}
</style>
border-color css
<style>
span { border-color: #042076; }
span { border-color: rgb(4,32,118); }
td.TdClassName
{
border-color: #042076;
}
.TagClassName
{
border-color: #042076;
}
</style>