Shades of Sapphire #011B7A
Tints of Sapphire #011B7A
RGB
CMYK
RGB Variations
Color information
#011B7A (or 0x011B7A) is known color: Sapphire. HEX triplet: 01, 1B and 7A. RGB value is (1,27,122). Sum of RGB (Red+Green+Blue) = 1+27+122=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #011B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B7A is #FEE485. Grayscale: #1D1D1D. Windows color (decimal): -16704646 or 8002305. OLE color: 8002305.
HSL color Cylindrical-coordinate representation of color #011B7A: hue angle of 227.11º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B7A is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 27 | 122 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.52 |
| HSL | 227.11º | 0.98% | 0.24% | - |
| HSV(B) | 227.11º | 0.99% | 0.48% | - |
| XYZ | 3.92 | 2.2 | 18.63 | - |
| YUV | 30.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 122 | 0.99 | 0.78 | 0 | 0.52 | 227.11 | 0.98 | 0.24 |
| Hex | 1 | 1B | 7A | 63 | 4E | 0 | 34 | E3 | 62 | 18 |
| Octal | 1 | 33 | 172 | 143 | 116 | 0 | 64 | 343 | 142 | 30 |
| Binary | 1 | 11011 | 1111010 | 1100011 | 1001110 | 0 | 110100 | 11100011 | 1100010 | 11000 |
Color Harmonies of #011B7A
Complementary color
Monochromatic Colors of #011B7A
Black with #011B7A
Text Example
Text Example
White with #011B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B7A; }
p { color: rgb(1,27,122); }
H1.HeaderClassName
{
color: #011B7A;
}
.AnyTagClassName
{
color: #011B7A;
}
</style>
background-color css
<style>
a { background-color: #011B7A; }
a { background-color: rgb(1,27,122); }
div.DivClassName
{
background-color: #011B7A;
}
.BgClassName
{
background-color: #011B7A;
}
</style>
border-color css
<style>
span { border-color: #011B7A; }
span { border-color: rgb(1,27,122); }
td.TdClassName
{
border-color: #011B7A;
}
.TagClassName
{
border-color: #011B7A;
}
</style>