Shades of Sapphire #002776
Tints of Sapphire #002776
RGB
CMYK
RGB Variations
Color information
#002776 (or 0x002776) is known color: Sapphire. HEX triplet: 00, 27 and 76. RGB value is (0,39,118). Sum of RGB (Red+Green+Blue) = 0+39+118=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #002776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002776 is #FFD889. Grayscale: #232323. Windows color (decimal): -16767114 or 7743232. OLE color: 7743232.
HSL color Cylindrical-coordinate representation of color #002776: hue angle of 220.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002776 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 39 | 118 | - |
| CMYK | 1 | 0.67 | 0 | 0.54 |
| HSL | 220.17º | 1% | 0.23% | - |
| HSV(B) | 220.17º | 1% | 0.46% | - |
| XYZ | 4 | 2.76 | 17.46 | - |
| YUV | 36.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 118 | 1 | 0.67 | 0 | 0.54 | 220.17 | 1 | 0.23 |
| Hex | 0 | 27 | 76 | 64 | 43 | 0 | 36 | DC | 64 | 17 |
| Octal | 0 | 47 | 166 | 144 | 103 | 0 | 66 | 334 | 144 | 27 |
| Binary | 0 | 100111 | 1110110 | 1100100 | 1000011 | 0 | 110110 | 11011100 | 1100100 | 10111 |
Color Harmonies of #002776
Complementary color
Monochromatic Colors of #002776
Black with #002776
Text Example
Text Example
White with #002776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002776; }
p { color: rgb(0,39,118); }
H1.HeaderClassName
{
color: #002776;
}
.AnyTagClassName
{
color: #002776;
}
</style>
background-color css
<style>
a { background-color: #002776; }
a { background-color: rgb(0,39,118); }
div.DivClassName
{
background-color: #002776;
}
.BgClassName
{
background-color: #002776;
}
</style>
border-color css
<style>
span { border-color: #002776; }
span { border-color: rgb(0,39,118); }
td.TdClassName
{
border-color: #002776;
}
.TagClassName
{
border-color: #002776;
}
</style>