Shades of Sapphire #042574
Tints of Sapphire #042574
RGB
CMYK
RGB Variations
Color information
#042574 (or 0x042574) is known color: Sapphire. HEX triplet: 04, 25 and 74. RGB value is (4,37,116). Sum of RGB (Red+Green+Blue) = 4+37+116=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #042574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042574 is #FBDA8B. Grayscale: #232323. Windows color (decimal): -16505484 or 7611652. OLE color: 7611652.
HSL color Cylindrical-coordinate representation of color #042574: hue angle of 222.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042574 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 37 | 116 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.55 |
| HSL | 222.32º | 0.93% | 0.24% | - |
| HSV(B) | 222.32º | 0.97% | 0.45% | - |
| XYZ | 3.86 | 2.61 | 16.82 | - |
| YUV | 36.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 116 | 0.97 | 0.68 | 0 | 0.55 | 222.32 | 0.93 | 0.24 |
| Hex | 4 | 25 | 74 | 61 | 44 | 0 | 37 | DE | 5D | 18 |
| Octal | 4 | 45 | 164 | 141 | 104 | 0 | 67 | 336 | 135 | 30 |
| Binary | 100 | 100101 | 1110100 | 1100001 | 1000100 | 0 | 110111 | 11011110 | 1011101 | 11000 |
Color Harmonies of #042574
Complementary color
Monochromatic Colors of #042574
Black with #042574
Text Example
Text Example
White with #042574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042574; }
p { color: rgb(4,37,116); }
H1.HeaderClassName
{
color: #042574;
}
.AnyTagClassName
{
color: #042574;
}
</style>
background-color css
<style>
a { background-color: #042574; }
a { background-color: rgb(4,37,116); }
div.DivClassName
{
background-color: #042574;
}
.BgClassName
{
background-color: #042574;
}
</style>
border-color css
<style>
span { border-color: #042574; }
span { border-color: rgb(4,37,116); }
td.TdClassName
{
border-color: #042574;
}
.TagClassName
{
border-color: #042574;
}
</style>