Shades of Sapphire #002777
Tints of Sapphire #002777
RGB
CMYK
RGB Variations
Color information
#002777 (or 0x002777) is known color: Sapphire. HEX triplet: 00, 27 and 77. RGB value is (0,39,119). Sum of RGB (Red+Green+Blue) = 0+39+119=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #002777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002777 is #FFD888. Grayscale: #242424. Windows color (decimal): -16767113 or 7808768. OLE color: 7808768.
HSL color Cylindrical-coordinate representation of color #002777: hue angle of 220.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002777 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 39 | 119 | - |
| CMYK | 1 | 0.67 | 0 | 0.53 |
| HSL | 220.34º | 1% | 0.23% | - |
| HSV(B) | 220.34º | 1% | 0.47% | - |
| XYZ | 4.06 | 2.78 | 17.78 | - |
| YUV | 36.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 119 | 1 | 0.67 | 0 | 0.53 | 220.34 | 1 | 0.23 |
| Hex | 0 | 27 | 77 | 64 | 43 | 0 | 35 | DC | 64 | 17 |
| Octal | 0 | 47 | 167 | 144 | 103 | 0 | 65 | 334 | 144 | 27 |
| Binary | 0 | 100111 | 1110111 | 1100100 | 1000011 | 0 | 110101 | 11011100 | 1100100 | 10111 |
Color Harmonies of #002777
Complementary color
Monochromatic Colors of #002777
Black with #002777
Text Example
Text Example
White with #002777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002777; }
p { color: rgb(0,39,119); }
H1.HeaderClassName
{
color: #002777;
}
.AnyTagClassName
{
color: #002777;
}
</style>
background-color css
<style>
a { background-color: #002777; }
a { background-color: rgb(0,39,119); }
div.DivClassName
{
background-color: #002777;
}
.BgClassName
{
background-color: #002777;
}
</style>
border-color css
<style>
span { border-color: #002777; }
span { border-color: rgb(0,39,119); }
td.TdClassName
{
border-color: #002777;
}
.TagClassName
{
border-color: #002777;
}
</style>