Shades of Sapphire #001C66
Tints of Sapphire #001C66
RGB
CMYK
RGB Variations
Color information
#001C66 (or 0x001C66) is known color: Sapphire. HEX triplet: 00, 1C and 66. RGB value is (0,28,102). Sum of RGB (Red+Green+Blue) = 0+28+102=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #001C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C66 is #FFE399. Grayscale: #1B1B1B. Windows color (decimal): -16769946 or 6691840. OLE color: 6691840.
HSL color Cylindrical-coordinate representation of color #001C66: hue angle of 223.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C66 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 28 | 102 | - |
| CMYK | 1 | 0.73 | 0 | 0.6 |
| HSL | 223.53º | 1% | 0.2% | - |
| HSV(B) | 223.53º | 1% | 0.4% | - |
| XYZ | 2.81 | 1.79 | 12.77 | - |
| YUV | 28.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 102 | 1 | 0.73 | 0 | 0.6 | 223.53 | 1 | 0.2 |
| Hex | 0 | 1C | 66 | 64 | 49 | 0 | 3C | E0 | 64 | 14 |
| Octal | 0 | 34 | 146 | 144 | 111 | 0 | 74 | 340 | 144 | 24 |
| Binary | 0 | 11100 | 1100110 | 1100100 | 1001001 | 0 | 111100 | 11100000 | 1100100 | 10100 |
Color Harmonies of #001C66
Complementary color
Monochromatic Colors of #001C66
Black with #001C66
Text Example
Text Example
White with #001C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C66; }
p { color: rgb(0,28,102); }
H1.HeaderClassName
{
color: #001C66;
}
.AnyTagClassName
{
color: #001C66;
}
</style>
background-color css
<style>
a { background-color: #001C66; }
a { background-color: rgb(0,28,102); }
div.DivClassName
{
background-color: #001C66;
}
.BgClassName
{
background-color: #001C66;
}
</style>
border-color css
<style>
span { border-color: #001C66; }
span { border-color: rgb(0,28,102); }
td.TdClassName
{
border-color: #001C66;
}
.TagClassName
{
border-color: #001C66;
}
</style>