Shades of Sapphire #002878
Tints of Sapphire #002878
RGB
CMYK
RGB Variations
Color information
#002878 (or 0x002878) is known color: Sapphire. HEX triplet: 00, 28 and 78. RGB value is (0,40,120). Sum of RGB (Red+Green+Blue) = 0+40+120=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #002878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002878 is #FFD787. Grayscale: #242424. Windows color (decimal): -16766856 or 7874560. OLE color: 7874560.
HSL color Cylindrical-coordinate representation of color #002878: hue angle of 220º 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 #002878 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 40 | 120 | - |
| CMYK | 1 | 0.67 | 0 | 0.53 |
| HSL | 220º | 1% | 0.24% | - |
| HSV(B) | 220º | 1% | 0.47% | - |
| XYZ | 4.15 | 2.87 | 18.11 | - |
| YUV | 37.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 120 | 1 | 0.67 | 0 | 0.53 | 220 | 1 | 0.24 |
| Hex | 0 | 28 | 78 | 64 | 43 | 0 | 35 | DC | 64 | 18 |
| Octal | 0 | 50 | 170 | 144 | 103 | 0 | 65 | 334 | 144 | 30 |
| Binary | 0 | 101000 | 1111000 | 1100100 | 1000011 | 0 | 110101 | 11011100 | 1100100 | 11000 |
Color Harmonies of #002878
Complementary color
Monochromatic Colors of #002878
Black with #002878
Text Example
Text Example
White with #002878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002878; }
p { color: rgb(0,40,120); }
H1.HeaderClassName
{
color: #002878;
}
.AnyTagClassName
{
color: #002878;
}
</style>
background-color css
<style>
a { background-color: #002878; }
a { background-color: rgb(0,40,120); }
div.DivClassName
{
background-color: #002878;
}
.BgClassName
{
background-color: #002878;
}
</style>
border-color css
<style>
span { border-color: #002878; }
span { border-color: rgb(0,40,120); }
td.TdClassName
{
border-color: #002878;
}
.TagClassName
{
border-color: #002878;
}
</style>