Shades of Sapphire #042073
Tints of Sapphire #042073
RGB
CMYK
RGB Variations
Color information
#042073 (or 0x042073) is known color: Sapphire. HEX triplet: 04, 20 and 73. RGB value is (4,32,115). Sum of RGB (Red+Green+Blue) = 4+32+115=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #042073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042073 is #FBDF8C. Grayscale: #202020. Windows color (decimal): -16506765 or 7544836. OLE color: 7544836.
HSL color Cylindrical-coordinate representation of color #042073: hue angle of 224.86º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042073 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 32 | 115 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.55 |
| HSL | 224.86º | 0.93% | 0.23% | - |
| HSV(B) | 224.86º | 0.97% | 0.45% | - |
| XYZ | 3.66 | 2.3 | 16.47 | - |
| YUV | 33.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 115 | 0.97 | 0.72 | 0 | 0.55 | 224.86 | 0.93 | 0.23 |
| Hex | 4 | 20 | 73 | 61 | 48 | 0 | 37 | E1 | 5D | 17 |
| Octal | 4 | 40 | 163 | 141 | 110 | 0 | 67 | 341 | 135 | 27 |
| Binary | 100 | 100000 | 1110011 | 1100001 | 1001000 | 0 | 110111 | 11100001 | 1011101 | 10111 |
Color Harmonies of #042073
Complementary color
Monochromatic Colors of #042073
Black with #042073
Text Example
Text Example
White with #042073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042073; }
p { color: rgb(4,32,115); }
H1.HeaderClassName
{
color: #042073;
}
.AnyTagClassName
{
color: #042073;
}
</style>
background-color css
<style>
a { background-color: #042073; }
a { background-color: rgb(4,32,115); }
div.DivClassName
{
background-color: #042073;
}
.BgClassName
{
background-color: #042073;
}
</style>
border-color css
<style>
span { border-color: #042073; }
span { border-color: rgb(4,32,115); }
td.TdClassName
{
border-color: #042073;
}
.TagClassName
{
border-color: #042073;
}
</style>