Shades of Sapphire #011C5D
Tints of Sapphire #011C5D
RGB
CMYK
RGB Variations
Color information
#011C5D (or 0x011C5D) is known color: Sapphire. HEX triplet: 01, 1C and 5D. RGB value is (1,28,93). Sum of RGB (Red+Green+Blue) = 1+28+93=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #011C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C5D is #FEE3A2. Grayscale: #1B1B1B. Windows color (decimal): -16704419 or 6102017. OLE color: 6102017.
HSL color Cylindrical-coordinate representation of color #011C5D: hue angle of 222.39º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C5D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 28 | 93 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.64 |
| HSL | 222.39º | 0.98% | 0.18% | - |
| HSV(B) | 222.39º | 0.99% | 0.36% | - |
| XYZ | 2.4 | 1.63 | 10.54 | - |
| YUV | 27.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 93 | 0.99 | 0.70 | 0 | 0.64 | 222.39 | 0.98 | 0.18 |
| Hex | 1 | 1C | 5D | 63 | 46 | 0 | 40 | DE | 62 | 12 |
| Octal | 1 | 34 | 135 | 143 | 106 | 0 | 100 | 336 | 142 | 22 |
| Binary | 1 | 11100 | 1011101 | 1100011 | 1000110 | 0 | 1000000 | 11011110 | 1100010 | 10010 |
Color Harmonies of #011C5D
Complementary color
Monochromatic Colors of #011C5D
Black with #011C5D
Text Example
Text Example
White with #011C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C5D; }
p { color: rgb(1,28,93); }
H1.HeaderClassName
{
color: #011C5D;
}
.AnyTagClassName
{
color: #011C5D;
}
</style>
background-color css
<style>
a { background-color: #011C5D; }
a { background-color: rgb(1,28,93); }
div.DivClassName
{
background-color: #011C5D;
}
.BgClassName
{
background-color: #011C5D;
}
</style>
border-color css
<style>
span { border-color: #011C5D; }
span { border-color: rgb(1,28,93); }
td.TdClassName
{
border-color: #011C5D;
}
.TagClassName
{
border-color: #011C5D;
}
</style>