Shades of Sapphire #011B5C
Tints of Sapphire #011B5C
RGB
CMYK
RGB Variations
Color information
#011B5C (or 0x011B5C) is known color: Sapphire. HEX triplet: 01, 1B and 5C. RGB value is (1,27,92). Sum of RGB (Red+Green+Blue) = 1+27+92=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #011B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B5C is #FEE4A3. Grayscale: #1A1A1A. Windows color (decimal): -16704676 or 6036225. OLE color: 6036225.
HSL color Cylindrical-coordinate representation of color #011B5C: hue angle of 222.86º 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 #011B5C is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 27 | 92 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.64 |
| HSL | 222.86º | 0.98% | 0.18% | - |
| HSV(B) | 222.86º | 0.99% | 0.36% | - |
| XYZ | 2.34 | 1.56 | 10.3 | - |
| YUV | 26.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 92 | 0.99 | 0.71 | 0 | 0.64 | 222.86 | 0.98 | 0.18 |
| Hex | 1 | 1B | 5C | 63 | 47 | 0 | 40 | DF | 62 | 12 |
| Octal | 1 | 33 | 134 | 143 | 107 | 0 | 100 | 337 | 142 | 22 |
| Binary | 1 | 11011 | 1011100 | 1100011 | 1000111 | 0 | 1000000 | 11011111 | 1100010 | 10010 |
Color Harmonies of #011B5C
Complementary color
Monochromatic Colors of #011B5C
Black with #011B5C
Text Example
Text Example
White with #011B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B5C; }
p { color: rgb(1,27,92); }
H1.HeaderClassName
{
color: #011B5C;
}
.AnyTagClassName
{
color: #011B5C;
}
</style>
background-color css
<style>
a { background-color: #011B5C; }
a { background-color: rgb(1,27,92); }
div.DivClassName
{
background-color: #011B5C;
}
.BgClassName
{
background-color: #011B5C;
}
</style>
border-color css
<style>
span { border-color: #011B5C; }
span { border-color: rgb(1,27,92); }
td.TdClassName
{
border-color: #011B5C;
}
.TagClassName
{
border-color: #011B5C;
}
</style>