Shades of Sapphire #001577
Tints of Sapphire #001577
RGB
CMYK
RGB Variations
Color information
#001577 (or 0x001577) is known color: Sapphire. HEX triplet: 00, 15 and 77. RGB value is (0,21,119). Sum of RGB (Red+Green+Blue) = 0+21+119=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 119 (46.88% from 255 or 85% from 140); Max value from RGB is 119 - color contains mainly: blue. Hex color #001577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001577 is #FFEA88. Grayscale: #191919. Windows color (decimal): -16771721 or 7804160. OLE color: 7804160.
HSL color Cylindrical-coordinate representation of color #001577: hue angle of 229.41º 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 #001577 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 21 | 119 | - |
| CMYK | 1 | 0.82 | 0 | 0.53 |
| HSL | 229.41º | 1% | 0.23% | - |
| HSV(B) | 229.41º | 1% | 0.47% | - |
| XYZ | 3.6 | 1.87 | 17.62 | - |
| YUV | 25.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 119 | 1 | 0.82 | 0 | 0.53 | 229.41 | 1 | 0.23 |
| Hex | 0 | 15 | 77 | 64 | 52 | 0 | 35 | E5 | 64 | 17 |
| Octal | 0 | 25 | 167 | 144 | 122 | 0 | 65 | 345 | 144 | 27 |
| Binary | 0 | 10101 | 1110111 | 1100100 | 1010010 | 0 | 110101 | 11100101 | 1100100 | 10111 |
Color Harmonies of #001577
Complementary color
Monochromatic Colors of #001577
Black with #001577
Text Example
Text Example
White with #001577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001577; }
p { color: rgb(0,21,119); }
H1.HeaderClassName
{
color: #001577;
}
.AnyTagClassName
{
color: #001577;
}
</style>
background-color css
<style>
a { background-color: #001577; }
a { background-color: rgb(0,21,119); }
div.DivClassName
{
background-color: #001577;
}
.BgClassName
{
background-color: #001577;
}
</style>
border-color css
<style>
span { border-color: #001577; }
span { border-color: rgb(0,21,119); }
td.TdClassName
{
border-color: #001577;
}
.TagClassName
{
border-color: #001577;
}
</style>