Shades of Sapphire #042173
Tints of Sapphire #042173
RGB
CMYK
RGB Variations
Color information
#042173 (or 0x042173) is known color: Sapphire. HEX triplet: 04, 21 and 73. RGB value is (4,33,115). Sum of RGB (Red+Green+Blue) = 4+33+115=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #042173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042173 is #FBDE8C. Grayscale: #212121. Windows color (decimal): -16506509 or 7545092. OLE color: 7545092.
HSL color Cylindrical-coordinate representation of color #042173: hue angle of 224.32º 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 #042173 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 33 | 115 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.55 |
| HSL | 224.32º | 0.93% | 0.23% | - |
| HSV(B) | 224.32º | 0.97% | 0.45% | - |
| XYZ | 3.69 | 2.35 | 16.48 | - |
| YUV | 33.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 115 | 0.97 | 0.71 | 0 | 0.55 | 224.32 | 0.93 | 0.23 |
| Hex | 4 | 21 | 73 | 61 | 47 | 0 | 37 | E0 | 5D | 17 |
| Octal | 4 | 41 | 163 | 141 | 107 | 0 | 67 | 340 | 135 | 27 |
| Binary | 100 | 100001 | 1110011 | 1100001 | 1000111 | 0 | 110111 | 11100000 | 1011101 | 10111 |
Color Harmonies of #042173
Complementary color
Monochromatic Colors of #042173
Black with #042173
Text Example
Text Example
White with #042173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042173; }
p { color: rgb(4,33,115); }
H1.HeaderClassName
{
color: #042173;
}
.AnyTagClassName
{
color: #042173;
}
</style>
background-color css
<style>
a { background-color: #042173; }
a { background-color: rgb(4,33,115); }
div.DivClassName
{
background-color: #042173;
}
.BgClassName
{
background-color: #042173;
}
</style>
border-color css
<style>
span { border-color: #042173; }
span { border-color: rgb(4,33,115); }
td.TdClassName
{
border-color: #042173;
}
.TagClassName
{
border-color: #042173;
}
</style>