Shades of Sapphire #011B5D
Tints of Sapphire #011B5D
RGB
CMYK
RGB Variations
Color information
#011B5D (or 0x011B5D) is known color: Sapphire. HEX triplet: 01, 1B and 5D. RGB value is (1,27,93). Sum of RGB (Red+Green+Blue) = 1+27+93=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #011B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B5D is #FEE4A2. Grayscale: #1A1A1A. Windows color (decimal): -16704675 or 6101761. OLE color: 6101761.
HSL color Cylindrical-coordinate representation of color #011B5D: hue angle of 223.04º 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 #011B5D is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 27 | 93 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.64 |
| HSL | 223.04º | 0.98% | 0.18% | - |
| HSV(B) | 223.04º | 0.99% | 0.36% | - |
| XYZ | 2.38 | 1.58 | 10.54 | - |
| YUV | 26.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 93 | 0.99 | 0.71 | 0 | 0.64 | 223.04 | 0.98 | 0.18 |
| Hex | 1 | 1B | 5D | 63 | 47 | 0 | 40 | DF | 62 | 12 |
| Octal | 1 | 33 | 135 | 143 | 107 | 0 | 100 | 337 | 142 | 22 |
| Binary | 1 | 11011 | 1011101 | 1100011 | 1000111 | 0 | 1000000 | 11011111 | 1100010 | 10010 |
Color Harmonies of #011B5D
Complementary color
Monochromatic Colors of #011B5D
Black with #011B5D
Text Example
Text Example
White with #011B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B5D; }
p { color: rgb(1,27,93); }
H1.HeaderClassName
{
color: #011B5D;
}
.AnyTagClassName
{
color: #011B5D;
}
</style>
background-color css
<style>
a { background-color: #011B5D; }
a { background-color: rgb(1,27,93); }
div.DivClassName
{
background-color: #011B5D;
}
.BgClassName
{
background-color: #011B5D;
}
</style>
border-color css
<style>
span { border-color: #011B5D; }
span { border-color: rgb(1,27,93); }
td.TdClassName
{
border-color: #011B5D;
}
.TagClassName
{
border-color: #011B5D;
}
</style>