Shades of Sapphire #002880
Tints of Sapphire #002880
RGB
CMYK
RGB Variations
Color information
#002880 (or 0x002880) is known color: Sapphire. HEX triplet: 00, 28 and 80. RGB value is (0,40,128). Sum of RGB (Red+Green+Blue) = 0+40+128=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #002880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002880 is #FFD77F. Grayscale: #252525. Windows color (decimal): -16766848 or 8398848. OLE color: 8398848.
HSL color Cylindrical-coordinate representation of color #002880: hue angle of 221.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002880 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 40 | 128 | - |
| CMYK | 1 | 0.69 | 0 | 0.50 |
| HSL | 221.25º | 1% | 0.25% | - |
| HSV(B) | 221.25º | 1% | 0.5% | - |
| XYZ | 4.66 | 3.08 | 20.77 | - |
| YUV | 38.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 128 | 1 | 0.69 | 0 | 0.50 | 221.25 | 1 | 0.25 |
| Hex | 0 | 28 | 80 | 64 | 45 | 0 | 32 | DD | 64 | 19 |
| Octal | 0 | 50 | 200 | 144 | 105 | 0 | 62 | 335 | 144 | 31 |
| Binary | 0 | 101000 | 10000000 | 1100100 | 1000101 | 0 | 110010 | 11011101 | 1100100 | 11001 |
Color Harmonies of #002880
Complementary color
Monochromatic Colors of #002880
Black with #002880
Text Example
Text Example
White with #002880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002880; }
p { color: rgb(0,40,128); }
H1.HeaderClassName
{
color: #002880;
}
.AnyTagClassName
{
color: #002880;
}
</style>
background-color css
<style>
a { background-color: #002880; }
a { background-color: rgb(0,40,128); }
div.DivClassName
{
background-color: #002880;
}
.BgClassName
{
background-color: #002880;
}
</style>
border-color css
<style>
span { border-color: #002880; }
span { border-color: rgb(0,40,128); }
td.TdClassName
{
border-color: #002880;
}
.TagClassName
{
border-color: #002880;
}
</style>