Shades of Sapphire #011B5B
Tints of Sapphire #011B5B
RGB
CMYK
RGB Variations
Color information
#011B5B (or 0x011B5B) is known color: Sapphire. HEX triplet: 01, 1B and 5B. RGB value is (1,27,91). Sum of RGB (Red+Green+Blue) = 1+27+91=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #011B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B5B is #FEE4A4. Grayscale: #1A1A1A. Windows color (decimal): -16704677 or 5970689. OLE color: 5970689.
HSL color Cylindrical-coordinate representation of color #011B5B: hue angle of 222.67º 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 #011B5B is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 27 | 91 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.64 |
| HSL | 222.67º | 0.98% | 0.18% | - |
| HSV(B) | 222.67º | 0.99% | 0.36% | - |
| XYZ | 2.29 | 1.55 | 10.08 | - |
| YUV | 26.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 91 | 0.99 | 0.70 | 0 | 0.64 | 222.67 | 0.98 | 0.18 |
| Hex | 1 | 1B | 5B | 63 | 46 | 0 | 40 | DF | 62 | 12 |
| Octal | 1 | 33 | 133 | 143 | 106 | 0 | 100 | 337 | 142 | 22 |
| Binary | 1 | 11011 | 1011011 | 1100011 | 1000110 | 0 | 1000000 | 11011111 | 1100010 | 10010 |
Color Harmonies of #011B5B
Complementary color
Monochromatic Colors of #011B5B
Black with #011B5B
Text Example
Text Example
White with #011B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B5B; }
p { color: rgb(1,27,91); }
H1.HeaderClassName
{
color: #011B5B;
}
.AnyTagClassName
{
color: #011B5B;
}
</style>
background-color css
<style>
a { background-color: #011B5B; }
a { background-color: rgb(1,27,91); }
div.DivClassName
{
background-color: #011B5B;
}
.BgClassName
{
background-color: #011B5B;
}
</style>
border-color css
<style>
span { border-color: #011B5B; }
span { border-color: rgb(1,27,91); }
td.TdClassName
{
border-color: #011B5B;
}
.TagClassName
{
border-color: #011B5B;
}
</style>