Shades of Sapphire #001C7D
Tints of Sapphire #001C7D
RGB
CMYK
RGB Variations
Color information
#001C7D (or 0x001C7D) is known color: Sapphire. HEX triplet: 00, 1C and 7D. RGB value is (0,28,125). Sum of RGB (Red+Green+Blue) = 0+28+125=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #001C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C7D is #FFE382. Grayscale: #1E1E1E. Windows color (decimal): -16769923 or 8199168. OLE color: 8199168.
HSL color Cylindrical-coordinate representation of color #001C7D: hue angle of 226.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C7D is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 28 | 125 | - |
| CMYK | 1 | 0.78 | 0 | 0.51 |
| HSL | 226.56º | 1% | 0.25% | - |
| HSV(B) | 226.56º | 1% | 0.49% | - |
| XYZ | 4.12 | 2.31 | 19.63 | - |
| YUV | 30.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 125 | 1 | 0.78 | 0 | 0.51 | 226.56 | 1 | 0.25 |
| Hex | 0 | 1C | 7D | 64 | 4E | 0 | 33 | E3 | 64 | 19 |
| Octal | 0 | 34 | 175 | 144 | 116 | 0 | 63 | 343 | 144 | 31 |
| Binary | 0 | 11100 | 1111101 | 1100100 | 1001110 | 0 | 110011 | 11100011 | 1100100 | 11001 |
Color Harmonies of #001C7D
Complementary color
Monochromatic Colors of #001C7D
Black with #001C7D
Text Example
Text Example
White with #001C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C7D; }
p { color: rgb(0,28,125); }
H1.HeaderClassName
{
color: #001C7D;
}
.AnyTagClassName
{
color: #001C7D;
}
</style>
background-color css
<style>
a { background-color: #001C7D; }
a { background-color: rgb(0,28,125); }
div.DivClassName
{
background-color: #001C7D;
}
.BgClassName
{
background-color: #001C7D;
}
</style>
border-color css
<style>
span { border-color: #001C7D; }
span { border-color: rgb(0,28,125); }
td.TdClassName
{
border-color: #001C7D;
}
.TagClassName
{
border-color: #001C7D;
}
</style>