Shades of Sapphire #001A7C
Tints of Sapphire #001A7C
RGB
CMYK
RGB Variations
Color information
#001A7C (or 0x001A7C) is known color: Sapphire. HEX triplet: 00, 1A and 7C. RGB value is (0,26,124). Sum of RGB (Red+Green+Blue) = 0+26+124=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #001A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A7C is #FFE583. Grayscale: #1C1C1C. Windows color (decimal): -16770436 or 8133120. OLE color: 8133120.
HSL color Cylindrical-coordinate representation of color #001A7C: hue angle of 227.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A7C is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 26 | 124 | - |
| CMYK | 1 | 0.79 | 0 | 0.51 |
| HSL | 227.42º | 1% | 0.24% | - |
| HSV(B) | 227.42º | 1% | 0.49% | - |
| XYZ | 4.01 | 2.19 | 19.28 | - |
| YUV | 29.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 124 | 1 | 0.79 | 0 | 0.51 | 227.42 | 1 | 0.24 |
| Hex | 0 | 1A | 7C | 64 | 4F | 0 | 33 | E3 | 64 | 18 |
| Octal | 0 | 32 | 174 | 144 | 117 | 0 | 63 | 343 | 144 | 30 |
| Binary | 0 | 11010 | 1111100 | 1100100 | 1001111 | 0 | 110011 | 11100011 | 1100100 | 11000 |
Color Harmonies of #001A7C
Complementary color
Monochromatic Colors of #001A7C
Black with #001A7C
Text Example
Text Example
White with #001A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A7C; }
p { color: rgb(0,26,124); }
H1.HeaderClassName
{
color: #001A7C;
}
.AnyTagClassName
{
color: #001A7C;
}
</style>
background-color css
<style>
a { background-color: #001A7C; }
a { background-color: rgb(0,26,124); }
div.DivClassName
{
background-color: #001A7C;
}
.BgClassName
{
background-color: #001A7C;
}
</style>
border-color css
<style>
span { border-color: #001A7C; }
span { border-color: rgb(0,26,124); }
td.TdClassName
{
border-color: #001A7C;
}
.TagClassName
{
border-color: #001A7C;
}
</style>