Shades of Sapphire #011C70
Tints of Sapphire #011C70
RGB
CMYK
RGB Variations
Color information
#011C70 (or 0x011C70) is known color: Sapphire. HEX triplet: 01, 1C and 70. RGB value is (1,28,112). Sum of RGB (Red+Green+Blue) = 1+28+112=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #011C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C70 is #FEE38F. Grayscale: #1D1D1D. Windows color (decimal): -16704400 or 7347201. OLE color: 7347201.
HSL color Cylindrical-coordinate representation of color #011C70: hue angle of 225.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C70 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 28 | 112 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.56 |
| HSL | 225.41º | 0.98% | 0.22% | - |
| HSV(B) | 225.41º | 0.99% | 0.44% | - |
| XYZ | 3.35 | 2.01 | 15.54 | - |
| YUV | 29.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 112 | 0.99 | 0.75 | 0 | 0.56 | 225.41 | 0.98 | 0.22 |
| Hex | 1 | 1C | 70 | 63 | 4B | 0 | 38 | E1 | 62 | 16 |
| Octal | 1 | 34 | 160 | 143 | 113 | 0 | 70 | 341 | 142 | 26 |
| Binary | 1 | 11100 | 1110000 | 1100011 | 1001011 | 0 | 111000 | 11100001 | 1100010 | 10110 |
Color Harmonies of #011C70
Complementary color
Monochromatic Colors of #011C70
Black with #011C70
Text Example
Text Example
White with #011C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C70; }
p { color: rgb(1,28,112); }
H1.HeaderClassName
{
color: #011C70;
}
.AnyTagClassName
{
color: #011C70;
}
</style>
background-color css
<style>
a { background-color: #011C70; }
a { background-color: rgb(1,28,112); }
div.DivClassName
{
background-color: #011C70;
}
.BgClassName
{
background-color: #011C70;
}
</style>
border-color css
<style>
span { border-color: #011C70; }
span { border-color: rgb(1,28,112); }
td.TdClassName
{
border-color: #011C70;
}
.TagClassName
{
border-color: #011C70;
}
</style>