Shades of Sapphire #001877
Tints of Sapphire #001877
RGB
CMYK
RGB Variations
Color information
#001877 (or 0x001877) is known color: Sapphire. HEX triplet: 00, 18 and 77. RGB value is (0,24,119). Sum of RGB (Red+Green+Blue) = 0+24+119=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #001877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001877 is #FFE788. Grayscale: #1B1B1B. Windows color (decimal): -16770953 or 7804928. OLE color: 7804928.
HSL color Cylindrical-coordinate representation of color #001877: hue angle of 227.9º 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 #001877 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 24 | 119 | - |
| CMYK | 1 | 0.80 | 0 | 0.53 |
| HSL | 227.9º | 1% | 0.23% | - |
| HSV(B) | 227.9º | 1% | 0.47% | - |
| XYZ | 3.66 | 1.99 | 17.64 | - |
| YUV | 27.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 119 | 1 | 0.80 | 0 | 0.53 | 227.9 | 1 | 0.23 |
| Hex | 0 | 18 | 77 | 64 | 50 | 0 | 35 | E4 | 64 | 17 |
| Octal | 0 | 30 | 167 | 144 | 120 | 0 | 65 | 344 | 144 | 27 |
| Binary | 0 | 11000 | 1110111 | 1100100 | 1010000 | 0 | 110101 | 11100100 | 1100100 | 10111 |
Color Harmonies of #001877
Complementary color
Monochromatic Colors of #001877
Black with #001877
Text Example
Text Example
White with #001877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001877; }
p { color: rgb(0,24,119); }
H1.HeaderClassName
{
color: #001877;
}
.AnyTagClassName
{
color: #001877;
}
</style>
background-color css
<style>
a { background-color: #001877; }
a { background-color: rgb(0,24,119); }
div.DivClassName
{
background-color: #001877;
}
.BgClassName
{
background-color: #001877;
}
</style>
border-color css
<style>
span { border-color: #001877; }
span { border-color: rgb(0,24,119); }
td.TdClassName
{
border-color: #001877;
}
.TagClassName
{
border-color: #001877;
}
</style>