Shades of Sapphire #011C62
Tints of Sapphire #011C62
RGB
CMYK
RGB Variations
Color information
#011C62 (or 0x011C62) is known color: Sapphire. HEX triplet: 01, 1C and 62. RGB value is (1,28,98). Sum of RGB (Red+Green+Blue) = 1+28+98=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #011C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C62 is #FEE39D. Grayscale: #1B1B1B. Windows color (decimal): -16704414 or 6429697. OLE color: 6429697.
HSL color Cylindrical-coordinate representation of color #011C62: hue angle of 223.3º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C62 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 28 | 98 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.62 |
| HSL | 223.3º | 0.98% | 0.19% | - |
| HSV(B) | 223.3º | 0.99% | 0.38% | - |
| XYZ | 2.63 | 1.72 | 11.75 | - |
| YUV | 27.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 98 | 0.99 | 0.71 | 0 | 0.62 | 223.3 | 0.98 | 0.19 |
| Hex | 1 | 1C | 62 | 63 | 47 | 0 | 3E | DF | 62 | 13 |
| Octal | 1 | 34 | 142 | 143 | 107 | 0 | 76 | 337 | 142 | 23 |
| Binary | 1 | 11100 | 1100010 | 1100011 | 1000111 | 0 | 111110 | 11011111 | 1100010 | 10011 |
Color Harmonies of #011C62
Complementary color
Monochromatic Colors of #011C62
Black with #011C62
Text Example
Text Example
White with #011C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C62; }
p { color: rgb(1,28,98); }
H1.HeaderClassName
{
color: #011C62;
}
.AnyTagClassName
{
color: #011C62;
}
</style>
background-color css
<style>
a { background-color: #011C62; }
a { background-color: rgb(1,28,98); }
div.DivClassName
{
background-color: #011C62;
}
.BgClassName
{
background-color: #011C62;
}
</style>
border-color css
<style>
span { border-color: #011C62; }
span { border-color: rgb(1,28,98); }
td.TdClassName
{
border-color: #011C62;
}
.TagClassName
{
border-color: #011C62;
}
</style>