Shades of Sapphire #011C6A
Tints of Sapphire #011C6A
RGB
CMYK
RGB Variations
Color information
#011C6A (or 0x011C6A) is known color: Sapphire. HEX triplet: 01, 1C and 6A. RGB value is (1,28,106). Sum of RGB (Red+Green+Blue) = 1+28+106=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 106 (41.80% from 255 or 78.52% from 135); Max value from RGB is 106 - color contains mainly: blue. Hex color #011C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C6A is #FEE395. Grayscale: #1C1C1C. Windows color (decimal): -16704406 or 6953985. OLE color: 6953985.
HSL color Cylindrical-coordinate representation of color #011C6A: hue angle of 224.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C6A is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 28 | 106 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.58 |
| HSL | 224.57º | 0.98% | 0.21% | - |
| HSV(B) | 224.57º | 0.99% | 0.42% | - |
| XYZ | 3.03 | 1.88 | 13.84 | - |
| YUV | 28.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 106 | 0.99 | 0.74 | 0 | 0.58 | 224.57 | 0.98 | 0.21 |
| Hex | 1 | 1C | 6A | 63 | 4A | 0 | 3A | E1 | 62 | 15 |
| Octal | 1 | 34 | 152 | 143 | 112 | 0 | 72 | 341 | 142 | 25 |
| Binary | 1 | 11100 | 1101010 | 1100011 | 1001010 | 0 | 111010 | 11100001 | 1100010 | 10101 |
Color Harmonies of #011C6A
Complementary color
Monochromatic Colors of #011C6A
Black with #011C6A
Text Example
Text Example
White with #011C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C6A; }
p { color: rgb(1,28,106); }
H1.HeaderClassName
{
color: #011C6A;
}
.AnyTagClassName
{
color: #011C6A;
}
</style>
background-color css
<style>
a { background-color: #011C6A; }
a { background-color: rgb(1,28,106); }
div.DivClassName
{
background-color: #011C6A;
}
.BgClassName
{
background-color: #011C6A;
}
</style>
border-color css
<style>
span { border-color: #011C6A; }
span { border-color: rgb(1,28,106); }
td.TdClassName
{
border-color: #011C6A;
}
.TagClassName
{
border-color: #011C6A;
}
</style>