Shades of Sapphire #011C64
Tints of Sapphire #011C64
RGB
CMYK
RGB Variations
Color information
#011C64 (or 0x011C64) is known color: Sapphire. HEX triplet: 01, 1C and 64. RGB value is (1,28,100). Sum of RGB (Red+Green+Blue) = 1+28+100=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #011C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C64 is #FEE39B. Grayscale: #1B1B1B. Windows color (decimal): -16704412 or 6560769. OLE color: 6560769.
HSL color Cylindrical-coordinate representation of color #011C64: hue angle of 223.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C64 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 28 | 100 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.61 |
| HSL | 223.64º | 0.98% | 0.2% | - |
| HSV(B) | 223.64º | 0.99% | 0.39% | - |
| XYZ | 2.73 | 1.76 | 12.25 | - |
| YUV | 28.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 100 | 0.99 | 0.72 | 0 | 0.61 | 223.64 | 0.98 | 0.2 |
| Hex | 1 | 1C | 64 | 63 | 48 | 0 | 3D | E0 | 62 | 14 |
| Octal | 1 | 34 | 144 | 143 | 110 | 0 | 75 | 340 | 142 | 24 |
| Binary | 1 | 11100 | 1100100 | 1100011 | 1001000 | 0 | 111101 | 11100000 | 1100010 | 10100 |
Color Harmonies of #011C64
Complementary color
Monochromatic Colors of #011C64
Black with #011C64
Text Example
Text Example
White with #011C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C64; }
p { color: rgb(1,28,100); }
H1.HeaderClassName
{
color: #011C64;
}
.AnyTagClassName
{
color: #011C64;
}
</style>
background-color css
<style>
a { background-color: #011C64; }
a { background-color: rgb(1,28,100); }
div.DivClassName
{
background-color: #011C64;
}
.BgClassName
{
background-color: #011C64;
}
</style>
border-color css
<style>
span { border-color: #011C64; }
span { border-color: rgb(1,28,100); }
td.TdClassName
{
border-color: #011C64;
}
.TagClassName
{
border-color: #011C64;
}
</style>