Shades of Sapphire #002862
Tints of Sapphire #002862
RGB
CMYK
RGB Variations
Color information
#002862 (or 0x002862) is known color: Sapphire. HEX triplet: 00, 28 and 62. RGB value is (0,40,98). Sum of RGB (Red+Green+Blue) = 0+40+98=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #002862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002862 is #FFD79D. Grayscale: #222222. Windows color (decimal): -16766878 or 6432768. OLE color: 6432768.
HSL color Cylindrical-coordinate representation of color #002862: hue angle of 215.51º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002862 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 40 | 98 | - |
| CMYK | 1 | 0.59 | 0 | 0.62 |
| HSL | 215.51º | 1% | 0.19% | - |
| HSV(B) | 215.51º | 1% | 0.38% | - |
| XYZ | 2.96 | 2.4 | 11.86 | - |
| YUV | 34.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 98 | 1 | 0.59 | 0 | 0.62 | 215.51 | 1 | 0.19 |
| Hex | 0 | 28 | 62 | 64 | 3B | 0 | 3E | D8 | 64 | 13 |
| Octal | 0 | 50 | 142 | 144 | 73 | 0 | 76 | 330 | 144 | 23 |
| Binary | 0 | 101000 | 1100010 | 1100100 | 111011 | 0 | 111110 | 11011000 | 1100100 | 10011 |
Color Harmonies of #002862
Complementary color
Monochromatic Colors of #002862
Black with #002862
Text Example
Text Example
White with #002862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002862; }
p { color: rgb(0,40,98); }
H1.HeaderClassName
{
color: #002862;
}
.AnyTagClassName
{
color: #002862;
}
</style>
background-color css
<style>
a { background-color: #002862; }
a { background-color: rgb(0,40,98); }
div.DivClassName
{
background-color: #002862;
}
.BgClassName
{
background-color: #002862;
}
</style>
border-color css
<style>
span { border-color: #002862; }
span { border-color: rgb(0,40,98); }
td.TdClassName
{
border-color: #002862;
}
.TagClassName
{
border-color: #002862;
}
</style>