Shades of Sapphire #042053
Tints of Sapphire #042053
RGB
CMYK
RGB Variations
Color information
#042053 (or 0x042053) is known color: Sapphire. HEX triplet: 04, 20 and 53. RGB value is (4,32,83). Sum of RGB (Red+Green+Blue) = 4+32+83=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #042053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042053 is #FBDFAC. Grayscale: #1D1D1D. Windows color (decimal): -16506797 or 5447684. OLE color: 5447684.
HSL color Cylindrical-coordinate representation of color #042053: hue angle of 218.73º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042053 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 32 | 83 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.67 |
| HSL | 218.73º | 0.91% | 0.17% | - |
| HSV(B) | 218.73º | 0.95% | 0.33% | - |
| XYZ | 2.13 | 1.68 | 8.4 | - |
| YUV | 29.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 83 | 0.95 | 0.61 | 0 | 0.67 | 218.73 | 0.91 | 0.17 |
| Hex | 4 | 20 | 53 | 5F | 3D | 0 | 43 | DB | 5B | 11 |
| Octal | 4 | 40 | 123 | 137 | 75 | 0 | 103 | 333 | 133 | 21 |
| Binary | 100 | 100000 | 1010011 | 1011111 | 111101 | 0 | 1000011 | 11011011 | 1011011 | 10001 |
Color Harmonies of #042053
Complementary color
Monochromatic Colors of #042053
Black with #042053
Text Example
Text Example
White with #042053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042053; }
p { color: rgb(4,32,83); }
H1.HeaderClassName
{
color: #042053;
}
.AnyTagClassName
{
color: #042053;
}
</style>
background-color css
<style>
a { background-color: #042053; }
a { background-color: rgb(4,32,83); }
div.DivClassName
{
background-color: #042053;
}
.BgClassName
{
background-color: #042053;
}
</style>
border-color css
<style>
span { border-color: #042053; }
span { border-color: rgb(4,32,83); }
td.TdClassName
{
border-color: #042053;
}
.TagClassName
{
border-color: #042053;
}
</style>