Shades of Sapphire #002866
Tints of Sapphire #002866
RGB
CMYK
RGB Variations
Color information
#002866 (or 0x002866) is known color: Sapphire. HEX triplet: 00, 28 and 66. RGB value is (0,40,102). Sum of RGB (Red+Green+Blue) = 0+40+102=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #002866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002866 is #FFD799. Grayscale: #222222. Windows color (decimal): -16766874 or 6694912. OLE color: 6694912.
HSL color Cylindrical-coordinate representation of color #002866: hue angle of 216.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002866 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 40 | 102 | - |
| CMYK | 1 | 0.61 | 0 | 0.6 |
| HSL | 216.47º | 1% | 0.2% | - |
| HSV(B) | 216.47º | 1% | 0.4% | - |
| XYZ | 3.16 | 2.48 | 12.88 | - |
| YUV | 35.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 102 | 1 | 0.61 | 0 | 0.6 | 216.47 | 1 | 0.2 |
| Hex | 0 | 28 | 66 | 64 | 3D | 0 | 3C | D8 | 64 | 14 |
| Octal | 0 | 50 | 146 | 144 | 75 | 0 | 74 | 330 | 144 | 24 |
| Binary | 0 | 101000 | 1100110 | 1100100 | 111101 | 0 | 111100 | 11011000 | 1100100 | 10100 |
Color Harmonies of #002866
Complementary color
Monochromatic Colors of #002866
Black with #002866
Text Example
Text Example
White with #002866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002866; }
p { color: rgb(0,40,102); }
H1.HeaderClassName
{
color: #002866;
}
.AnyTagClassName
{
color: #002866;
}
</style>
background-color css
<style>
a { background-color: #002866; }
a { background-color: rgb(0,40,102); }
div.DivClassName
{
background-color: #002866;
}
.BgClassName
{
background-color: #002866;
}
</style>
border-color css
<style>
span { border-color: #002866; }
span { border-color: rgb(0,40,102); }
td.TdClassName
{
border-color: #002866;
}
.TagClassName
{
border-color: #002866;
}
</style>