Shades of Sapphire #001C7A
Tints of Sapphire #001C7A
RGB
CMYK
RGB Variations
Color information
#001C7A (or 0x001C7A) is known color: Sapphire. HEX triplet: 00, 1C and 7A. RGB value is (0,28,122). Sum of RGB (Red+Green+Blue) = 0+28+122=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #001C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C7A is #FFE385. Grayscale: #1D1D1D. Windows color (decimal): -16769926 or 8002560. OLE color: 8002560.
HSL color Cylindrical-coordinate representation of color #001C7A: hue angle of 226.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C7A is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 28 | 122 | - |
| CMYK | 1 | 0.77 | 0 | 0.52 |
| HSL | 226.23º | 1% | 0.24% | - |
| HSV(B) | 226.23º | 1% | 0.48% | - |
| XYZ | 3.93 | 2.24 | 18.64 | - |
| YUV | 30.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 122 | 1 | 0.77 | 0 | 0.52 | 226.23 | 1 | 0.24 |
| Hex | 0 | 1C | 7A | 64 | 4D | 0 | 34 | E2 | 64 | 18 |
| Octal | 0 | 34 | 172 | 144 | 115 | 0 | 64 | 342 | 144 | 30 |
| Binary | 0 | 11100 | 1111010 | 1100100 | 1001101 | 0 | 110100 | 11100010 | 1100100 | 11000 |
Color Harmonies of #001C7A
Complementary color
Monochromatic Colors of #001C7A
Black with #001C7A
Text Example
Text Example
White with #001C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C7A; }
p { color: rgb(0,28,122); }
H1.HeaderClassName
{
color: #001C7A;
}
.AnyTagClassName
{
color: #001C7A;
}
</style>
background-color css
<style>
a { background-color: #001C7A; }
a { background-color: rgb(0,28,122); }
div.DivClassName
{
background-color: #001C7A;
}
.BgClassName
{
background-color: #001C7A;
}
</style>
border-color css
<style>
span { border-color: #001C7A; }
span { border-color: rgb(0,28,122); }
td.TdClassName
{
border-color: #001C7A;
}
.TagClassName
{
border-color: #001C7A;
}
</style>