Shades of Sapphire #042880
Tints of Sapphire #042880
RGB
CMYK
RGB Variations
Color information
#042880 (or 0x042880) is known color: Sapphire. HEX triplet: 04, 28 and 80. RGB value is (4,40,128). Sum of RGB (Red+Green+Blue) = 4+40+128=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #042880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042880 is #FBD77F. Grayscale: #262626. Windows color (decimal): -16504704 or 8398852. OLE color: 8398852.
HSL color Cylindrical-coordinate representation of color #042880: hue angle of 222.58º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042880 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 40 | 128 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.50 |
| HSL | 222.58º | 0.94% | 0.26% | - |
| HSV(B) | 222.58º | 0.97% | 0.5% | - |
| XYZ | 4.71 | 3.1 | 20.77 | - |
| YUV | 39.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 128 | 0.97 | 0.69 | 0 | 0.50 | 222.58 | 0.94 | 0.26 |
| Hex | 4 | 28 | 80 | 61 | 45 | 0 | 32 | DF | 5E | 1A |
| Octal | 4 | 50 | 200 | 141 | 105 | 0 | 62 | 337 | 136 | 32 |
| Binary | 100 | 101000 | 10000000 | 1100001 | 1000101 | 0 | 110010 | 11011111 | 1011110 | 11010 |
Color Harmonies of #042880
Complementary color
Monochromatic Colors of #042880
Black with #042880
Text Example
Text Example
White with #042880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042880; }
p { color: rgb(4,40,128); }
H1.HeaderClassName
{
color: #042880;
}
.AnyTagClassName
{
color: #042880;
}
</style>
background-color css
<style>
a { background-color: #042880; }
a { background-color: rgb(4,40,128); }
div.DivClassName
{
background-color: #042880;
}
.BgClassName
{
background-color: #042880;
}
</style>
border-color css
<style>
span { border-color: #042880; }
span { border-color: rgb(4,40,128); }
td.TdClassName
{
border-color: #042880;
}
.TagClassName
{
border-color: #042880;
}
</style>