Shades of Sapphire #002879
Tints of Sapphire #002879
RGB
CMYK
RGB Variations
Color information
#002879 (or 0x002879) is known color: Sapphire. HEX triplet: 00, 28 and 79. RGB value is (0,40,121). Sum of RGB (Red+Green+Blue) = 0+40+121=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #002879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002879 is #FFD786. Grayscale: #242424. Windows color (decimal): -16766855 or 7940096. OLE color: 7940096.
HSL color Cylindrical-coordinate representation of color #002879: hue angle of 220.17º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002879 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 40 | 121 | - |
| CMYK | 1 | 0.67 | 0 | 0.53 |
| HSL | 220.17º | 1% | 0.24% | - |
| HSV(B) | 220.17º | 1% | 0.47% | - |
| XYZ | 4.21 | 2.9 | 18.43 | - |
| YUV | 37.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 121 | 1 | 0.67 | 0 | 0.53 | 220.17 | 1 | 0.24 |
| Hex | 0 | 28 | 79 | 64 | 43 | 0 | 35 | DC | 64 | 18 |
| Octal | 0 | 50 | 171 | 144 | 103 | 0 | 65 | 334 | 144 | 30 |
| Binary | 0 | 101000 | 1111001 | 1100100 | 1000011 | 0 | 110101 | 11011100 | 1100100 | 11000 |
Color Harmonies of #002879
Complementary color
Monochromatic Colors of #002879
Black with #002879
Text Example
Text Example
White with #002879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002879; }
p { color: rgb(0,40,121); }
H1.HeaderClassName
{
color: #002879;
}
.AnyTagClassName
{
color: #002879;
}
</style>
background-color css
<style>
a { background-color: #002879; }
a { background-color: rgb(0,40,121); }
div.DivClassName
{
background-color: #002879;
}
.BgClassName
{
background-color: #002879;
}
</style>
border-color css
<style>
span { border-color: #002879; }
span { border-color: rgb(0,40,121); }
td.TdClassName
{
border-color: #002879;
}
.TagClassName
{
border-color: #002879;
}
</style>