Shades of Sapphire #011B6E
Tints of Sapphire #011B6E
RGB
CMYK
RGB Variations
Color information
#011B6E (or 0x011B6E) is known color: Sapphire. HEX triplet: 01, 1B and 6E. RGB value is (1,27,110). Sum of RGB (Red+Green+Blue) = 1+27+110=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #011B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B6E is #FEE491. Grayscale: #1C1C1C. Windows color (decimal): -16704658 or 7215873. OLE color: 7215873.
HSL color Cylindrical-coordinate representation of color #011B6E: hue angle of 225.69º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B6E is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 27 | 110 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.57 |
| HSL | 225.69º | 0.98% | 0.22% | - |
| HSV(B) | 225.69º | 0.99% | 0.43% | - |
| XYZ | 3.22 | 1.92 | 14.95 | - |
| YUV | 28.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 110 | 0.99 | 0.75 | 0 | 0.57 | 225.69 | 0.98 | 0.22 |
| Hex | 1 | 1B | 6E | 63 | 4B | 0 | 39 | E2 | 62 | 16 |
| Octal | 1 | 33 | 156 | 143 | 113 | 0 | 71 | 342 | 142 | 26 |
| Binary | 1 | 11011 | 1101110 | 1100011 | 1001011 | 0 | 111001 | 11100010 | 1100010 | 10110 |
Color Harmonies of #011B6E
Complementary color
Monochromatic Colors of #011B6E
Black with #011B6E
Text Example
Text Example
White with #011B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B6E; }
p { color: rgb(1,27,110); }
H1.HeaderClassName
{
color: #011B6E;
}
.AnyTagClassName
{
color: #011B6E;
}
</style>
background-color css
<style>
a { background-color: #011B6E; }
a { background-color: rgb(1,27,110); }
div.DivClassName
{
background-color: #011B6E;
}
.BgClassName
{
background-color: #011B6E;
}
</style>
border-color css
<style>
span { border-color: #011B6E; }
span { border-color: rgb(1,27,110); }
td.TdClassName
{
border-color: #011B6E;
}
.TagClassName
{
border-color: #011B6E;
}
</style>