Shades of Sapphire #042D77
Tints of Sapphire #042D77
RGB
CMYK
RGB Variations
Color information
#042D77 (or 0x042D77) is known color: Sapphire. HEX triplet: 04, 2D and 77. RGB value is (4,45,119). Sum of RGB (Red+Green+Blue) = 4+45+119=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #042D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D77 is #FBD288. Grayscale: #282828. Windows color (decimal): -16503433 or 7810308. OLE color: 7810308.
HSL color Cylindrical-coordinate representation of color #042D77: hue angle of 218.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D77 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 45 | 119 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.53 |
| HSL | 218.61º | 0.93% | 0.24% | - |
| HSV(B) | 218.61º | 0.97% | 0.47% | - |
| XYZ | 4.32 | 3.23 | 17.85 | - |
| YUV | 41.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 119 | 0.97 | 0.62 | 0 | 0.53 | 218.61 | 0.93 | 0.24 |
| Hex | 4 | 2D | 77 | 61 | 3E | 0 | 35 | DB | 5D | 18 |
| Octal | 4 | 55 | 167 | 141 | 76 | 0 | 65 | 333 | 135 | 30 |
| Binary | 100 | 101101 | 1110111 | 1100001 | 111110 | 0 | 110101 | 11011011 | 1011101 | 11000 |
Color Harmonies of #042D77
Complementary color
Monochromatic Colors of #042D77
Black with #042D77
Text Example
Text Example
White with #042D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D77; }
p { color: rgb(4,45,119); }
H1.HeaderClassName
{
color: #042D77;
}
.AnyTagClassName
{
color: #042D77;
}
</style>
background-color css
<style>
a { background-color: #042D77; }
a { background-color: rgb(4,45,119); }
div.DivClassName
{
background-color: #042D77;
}
.BgClassName
{
background-color: #042D77;
}
</style>
border-color css
<style>
span { border-color: #042D77; }
span { border-color: rgb(4,45,119); }
td.TdClassName
{
border-color: #042D77;
}
.TagClassName
{
border-color: #042D77;
}
</style>