Shades of Sapphire #011C51
Tints of Sapphire #011C51
RGB
CMYK
RGB Variations
Color information
#011C51 (or 0x011C51) is known color: Sapphire. HEX triplet: 01, 1C and 51. RGB value is (1,28,81). Sum of RGB (Red+Green+Blue) = 1+28+81=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #011C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C51 is #FEE3AE. Grayscale: #191919. Windows color (decimal): -16704431 or 5315585. OLE color: 5315585.
HSL color Cylindrical-coordinate representation of color #011C51: hue angle of 219.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C51 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 28 | 81 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.68 |
| HSL | 219.75º | 0.98% | 0.16% | - |
| HSV(B) | 219.75º | 0.99% | 0.32% | - |
| XYZ | 1.91 | 1.43 | 7.96 | - |
| YUV | 25.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 81 | 0.99 | 0.65 | 0 | 0.68 | 219.75 | 0.98 | 0.16 |
| Hex | 1 | 1C | 51 | 63 | 41 | 0 | 44 | DC | 62 | 10 |
| Octal | 1 | 34 | 121 | 143 | 101 | 0 | 104 | 334 | 142 | 20 |
| Binary | 1 | 11100 | 1010001 | 1100011 | 1000001 | 0 | 1000100 | 11011100 | 1100010 | 10000 |
Color Harmonies of #011C51
Complementary color
Monochromatic Colors of #011C51
Black with #011C51
Text Example
Text Example
White with #011C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C51; }
p { color: rgb(1,28,81); }
H1.HeaderClassName
{
color: #011C51;
}
.AnyTagClassName
{
color: #011C51;
}
</style>
background-color css
<style>
a { background-color: #011C51; }
a { background-color: rgb(1,28,81); }
div.DivClassName
{
background-color: #011C51;
}
.BgClassName
{
background-color: #011C51;
}
</style>
border-color css
<style>
span { border-color: #011C51; }
span { border-color: rgb(1,28,81); }
td.TdClassName
{
border-color: #011C51;
}
.TagClassName
{
border-color: #011C51;
}
</style>