Shades of Sapphire #042881
Tints of Sapphire #042881
RGB
CMYK
RGB Variations
Color information
#042881 (or 0x042881) is known color: Sapphire. HEX triplet: 04, 28 and 81. RGB value is (4,40,129). Sum of RGB (Red+Green+Blue) = 4+40+129=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 129 (50.78% from 255 or 74.57% from 173); Max value from RGB is 129 - color contains mainly: blue. Hex color #042881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042881 is #FBD77E. Grayscale: #262626. Windows color (decimal): -16504703 or 8464388. OLE color: 8464388.
HSL color Cylindrical-coordinate representation of color #042881: hue angle of 222.72º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042881 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 40 | 129 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.49 |
| HSL | 222.72º | 0.94% | 0.26% | - |
| HSV(B) | 222.72º | 0.97% | 0.51% | - |
| XYZ | 4.77 | 3.13 | 21.12 | - |
| YUV | 39.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 129 | 0.97 | 0.69 | 0 | 0.49 | 222.72 | 0.94 | 0.26 |
| Hex | 4 | 28 | 81 | 61 | 45 | 0 | 31 | DF | 5E | 1A |
| Octal | 4 | 50 | 201 | 141 | 105 | 0 | 61 | 337 | 136 | 32 |
| Binary | 100 | 101000 | 10000001 | 1100001 | 1000101 | 0 | 110001 | 11011111 | 1011110 | 11010 |
Color Harmonies of #042881
Complementary color
Monochromatic Colors of #042881
Black with #042881
Text Example
Text Example
White with #042881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042881; }
p { color: rgb(4,40,129); }
H1.HeaderClassName
{
color: #042881;
}
.AnyTagClassName
{
color: #042881;
}
</style>
background-color css
<style>
a { background-color: #042881; }
a { background-color: rgb(4,40,129); }
div.DivClassName
{
background-color: #042881;
}
.BgClassName
{
background-color: #042881;
}
</style>
border-color css
<style>
span { border-color: #042881; }
span { border-color: rgb(4,40,129); }
td.TdClassName
{
border-color: #042881;
}
.TagClassName
{
border-color: #042881;
}
</style>