Shades of Sapphire #011B44
Tints of Sapphire #011B44
RGB
CMYK
RGB Variations
Color information
#011B44 (or 0x011B44) is known color: Sapphire. HEX triplet: 01, 1B and 44. RGB value is (1,27,68). Sum of RGB (Red+Green+Blue) = 1+27+68=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #011B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B44 is #FEE4BB. Grayscale: #171717. Windows color (decimal): -16704700 or 4463361. OLE color: 4463361.
HSL color Cylindrical-coordinate representation of color #011B44: hue angle of 216.72º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B44 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 27 | 68 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.73 |
| HSL | 216.72º | 0.97% | 0.14% | - |
| HSV(B) | 216.72º | 0.99% | 0.27% | - |
| XYZ | 1.45 | 1.21 | 5.63 | - |
| YUV | 23.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 68 | 0.99 | 0.60 | 0 | 0.73 | 216.72 | 0.97 | 0.14 |
| Hex | 1 | 1B | 44 | 63 | 3C | 0 | 49 | D9 | 61 | E |
| Octal | 1 | 33 | 104 | 143 | 74 | 0 | 111 | 331 | 141 | 16 |
| Binary | 1 | 11011 | 1000100 | 1100011 | 111100 | 0 | 1001001 | 11011001 | 1100001 | 1110 |
Color Harmonies of #011B44
Complementary color
Monochromatic Colors of #011B44
Black with #011B44
Text Example
Text Example
White with #011B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B44; }
p { color: rgb(1,27,68); }
H1.HeaderClassName
{
color: #011B44;
}
.AnyTagClassName
{
color: #011B44;
}
</style>
background-color css
<style>
a { background-color: #011B44; }
a { background-color: rgb(1,27,68); }
div.DivClassName
{
background-color: #011B44;
}
.BgClassName
{
background-color: #011B44;
}
</style>
border-color css
<style>
span { border-color: #011B44; }
span { border-color: rgb(1,27,68); }
td.TdClassName
{
border-color: #011B44;
}
.TagClassName
{
border-color: #011B44;
}
</style>