Shades of Sapphire #002177
Tints of Sapphire #002177
RGB
CMYK
RGB Variations
Color information
#002177 (or 0x002177) is known color: Sapphire. HEX triplet: 00, 21 and 77. RGB value is (0,33,119). Sum of RGB (Red+Green+Blue) = 0+33+119=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #002177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002177 is #FFDE88. Grayscale: #202020. Windows color (decimal): -16768649 or 7807232. OLE color: 7807232.
HSL color Cylindrical-coordinate representation of color #002177: hue angle of 223.36º 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 #002177 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 33 | 119 | - |
| CMYK | 1 | 0.72 | 0 | 0.53 |
| HSL | 223.36º | 1% | 0.23% | - |
| HSV(B) | 223.36º | 1% | 0.47% | - |
| XYZ | 3.87 | 2.42 | 17.72 | - |
| YUV | 32.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 119 | 1 | 0.72 | 0 | 0.53 | 223.36 | 1 | 0.23 |
| Hex | 0 | 21 | 77 | 64 | 48 | 0 | 35 | DF | 64 | 17 |
| Octal | 0 | 41 | 167 | 144 | 110 | 0 | 65 | 337 | 144 | 27 |
| Binary | 0 | 100001 | 1110111 | 1100100 | 1001000 | 0 | 110101 | 11011111 | 1100100 | 10111 |
Color Harmonies of #002177
Complementary color
Monochromatic Colors of #002177
Black with #002177
Text Example
Text Example
White with #002177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002177; }
p { color: rgb(0,33,119); }
H1.HeaderClassName
{
color: #002177;
}
.AnyTagClassName
{
color: #002177;
}
</style>
background-color css
<style>
a { background-color: #002177; }
a { background-color: rgb(0,33,119); }
div.DivClassName
{
background-color: #002177;
}
.BgClassName
{
background-color: #002177;
}
</style>
border-color css
<style>
span { border-color: #002177; }
span { border-color: rgb(0,33,119); }
td.TdClassName
{
border-color: #002177;
}
.TagClassName
{
border-color: #002177;
}
</style>