Shades of Sapphire #001C73
Tints of Sapphire #001C73
RGB
CMYK
RGB Variations
Color information
#001C73 (or 0x001C73) is known color: Sapphire. HEX triplet: 00, 1C and 73. RGB value is (0,28,115). Sum of RGB (Red+Green+Blue) = 0+28+115=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #001C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C73 is #FFE38C. Grayscale: #1D1D1D. Windows color (decimal): -16769933 or 7543808. OLE color: 7543808.
HSL color Cylindrical-coordinate representation of color #001C73: hue angle of 225.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C73 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 28 | 115 | - |
| CMYK | 1 | 0.76 | 0 | 0.55 |
| HSL | 225.39º | 1% | 0.23% | - |
| HSV(B) | 225.39º | 1% | 0.45% | - |
| XYZ | 3.51 | 2.07 | 16.43 | - |
| YUV | 29.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 115 | 1 | 0.76 | 0 | 0.55 | 225.39 | 1 | 0.23 |
| Hex | 0 | 1C | 73 | 64 | 4C | 0 | 37 | E1 | 64 | 17 |
| Octal | 0 | 34 | 163 | 144 | 114 | 0 | 67 | 341 | 144 | 27 |
| Binary | 0 | 11100 | 1110011 | 1100100 | 1001100 | 0 | 110111 | 11100001 | 1100100 | 10111 |
Color Harmonies of #001C73
Complementary color
Monochromatic Colors of #001C73
Black with #001C73
Text Example
Text Example
White with #001C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C73; }
p { color: rgb(0,28,115); }
H1.HeaderClassName
{
color: #001C73;
}
.AnyTagClassName
{
color: #001C73;
}
</style>
background-color css
<style>
a { background-color: #001C73; }
a { background-color: rgb(0,28,115); }
div.DivClassName
{
background-color: #001C73;
}
.BgClassName
{
background-color: #001C73;
}
</style>
border-color css
<style>
span { border-color: #001C73; }
span { border-color: rgb(0,28,115); }
td.TdClassName
{
border-color: #001C73;
}
.TagClassName
{
border-color: #001C73;
}
</style>