Shades of Sapphire #001C60
Tints of Sapphire #001C60
RGB
CMYK
RGB Variations
Color information
#001C60 (or 0x001C60) is known color: Sapphire. HEX triplet: 00, 1C and 60. RGB value is (0,28,96). Sum of RGB (Red+Green+Blue) = 0+28+96=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #001C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C60 is #FFE39F. Grayscale: #1B1B1B. Windows color (decimal): -16769952 or 6298624. OLE color: 6298624.
HSL color Cylindrical-coordinate representation of color #001C60: hue angle of 222.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C60 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 28 | 96 | - |
| CMYK | 1 | 0.71 | 0 | 0.62 |
| HSL | 222.5º | 1% | 0.19% | - |
| HSV(B) | 222.5º | 1% | 0.38% | - |
| XYZ | 2.53 | 1.68 | 11.26 | - |
| YUV | 27.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 96 | 1 | 0.71 | 0 | 0.62 | 222.5 | 1 | 0.19 |
| Hex | 0 | 1C | 60 | 64 | 47 | 0 | 3E | DE | 64 | 13 |
| Octal | 0 | 34 | 140 | 144 | 107 | 0 | 76 | 336 | 144 | 23 |
| Binary | 0 | 11100 | 1100000 | 1100100 | 1000111 | 0 | 111110 | 11011110 | 1100100 | 10011 |
Color Harmonies of #001C60
Complementary color
Monochromatic Colors of #001C60
Black with #001C60
Text Example
Text Example
White with #001C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C60; }
p { color: rgb(0,28,96); }
H1.HeaderClassName
{
color: #001C60;
}
.AnyTagClassName
{
color: #001C60;
}
</style>
background-color css
<style>
a { background-color: #001C60; }
a { background-color: rgb(0,28,96); }
div.DivClassName
{
background-color: #001C60;
}
.BgClassName
{
background-color: #001C60;
}
</style>
border-color css
<style>
span { border-color: #001C60; }
span { border-color: rgb(0,28,96); }
td.TdClassName
{
border-color: #001C60;
}
.TagClassName
{
border-color: #001C60;
}
</style>