Shades of Sapphire #042575
Tints of Sapphire #042575
RGB
CMYK
RGB Variations
Color information
#042575 (or 0x042575) is known color: Sapphire. HEX triplet: 04, 25 and 75. RGB value is (4,37,117). Sum of RGB (Red+Green+Blue) = 4+37+117=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #042575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042575 is #FBDA8A. Grayscale: #232323. Windows color (decimal): -16505483 or 7677188. OLE color: 7677188.
HSL color Cylindrical-coordinate representation of color #042575: hue angle of 222.48º 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 #042575 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 37 | 117 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.54 |
| HSL | 222.48º | 0.93% | 0.24% | - |
| HSV(B) | 222.48º | 0.97% | 0.46% | - |
| XYZ | 3.92 | 2.63 | 17.13 | - |
| YUV | 36.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 117 | 0.97 | 0.68 | 0 | 0.54 | 222.48 | 0.93 | 0.24 |
| Hex | 4 | 25 | 75 | 61 | 44 | 0 | 36 | DE | 5D | 18 |
| Octal | 4 | 45 | 165 | 141 | 104 | 0 | 66 | 336 | 135 | 30 |
| Binary | 100 | 100101 | 1110101 | 1100001 | 1000100 | 0 | 110110 | 11011110 | 1011101 | 11000 |
Color Harmonies of #042575
Complementary color
Monochromatic Colors of #042575
Black with #042575
Text Example
Text Example
White with #042575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042575; }
p { color: rgb(4,37,117); }
H1.HeaderClassName
{
color: #042575;
}
.AnyTagClassName
{
color: #042575;
}
</style>
background-color css
<style>
a { background-color: #042575; }
a { background-color: rgb(4,37,117); }
div.DivClassName
{
background-color: #042575;
}
.BgClassName
{
background-color: #042575;
}
</style>
border-color css
<style>
span { border-color: #042575; }
span { border-color: rgb(4,37,117); }
td.TdClassName
{
border-color: #042575;
}
.TagClassName
{
border-color: #042575;
}
</style>