Shades of Sapphire #042550
Tints of Sapphire #042550
RGB
CMYK
RGB Variations
Color information
#042550 (or 0x042550) is known color: Sapphire. HEX triplet: 04, 25 and 50. RGB value is (4,37,80). Sum of RGB (Red+Green+Blue) = 4+37+80=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #042550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042550 is #FBDAAF. Grayscale: #1F1F1F. Windows color (decimal): -16505520 or 5252356. OLE color: 5252356.
HSL color Cylindrical-coordinate representation of color #042550: hue angle of 213.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042550 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 37 | 80 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.69 |
| HSL | 213.95º | 0.9% | 0.16% | - |
| HSV(B) | 213.95º | 0.95% | 0.31% | - |
| XYZ | 2.16 | 1.93 | 7.85 | - |
| YUV | 32.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 80 | 0.95 | 0.54 | 0 | 0.69 | 213.95 | 0.9 | 0.16 |
| Hex | 4 | 25 | 50 | 5F | 36 | 0 | 45 | D6 | 5A | 10 |
| Octal | 4 | 45 | 120 | 137 | 66 | 0 | 105 | 326 | 132 | 20 |
| Binary | 100 | 100101 | 1010000 | 1011111 | 110110 | 0 | 1000101 | 11010110 | 1011010 | 10000 |
Color Harmonies of #042550
Complementary color
Monochromatic Colors of #042550
Black with #042550
Text Example
Text Example
White with #042550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042550; }
p { color: rgb(4,37,80); }
H1.HeaderClassName
{
color: #042550;
}
.AnyTagClassName
{
color: #042550;
}
</style>
background-color css
<style>
a { background-color: #042550; }
a { background-color: rgb(4,37,80); }
div.DivClassName
{
background-color: #042550;
}
.BgClassName
{
background-color: #042550;
}
</style>
border-color css
<style>
span { border-color: #042550; }
span { border-color: rgb(4,37,80); }
td.TdClassName
{
border-color: #042550;
}
.TagClassName
{
border-color: #042550;
}
</style>