Shades of Sapphire #010B47
Tints of Sapphire #010B47
RGB
CMYK
RGB Variations
Color information
#010B47 (or 0x010B47) is known color: Sapphire. HEX triplet: 01, 0B and 47. RGB value is (1,11,71). Sum of RGB (Red+Green+Blue) = 1+11+71=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 71 (28.12% from 255 or 85.54% from 83); Max value from RGB is 71 - color contains mainly: blue. Hex color #010B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B47 is #FEF4B8. Grayscale: #0E0E0E. Windows color (decimal): -16708793 or 4655873. OLE color: 4655873.
HSL color Cylindrical-coordinate representation of color #010B47: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B47 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 11 | 71 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.72 |
| HSL | 231.43º | 0.97% | 0.14% | - |
| HSV(B) | 231.43º | 0.99% | 0.28% | - |
| XYZ | 1.27 | 0.7 | 6.03 | - |
| YUV | 14.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 71 | 0.99 | 0.85 | 0 | 0.72 | 231.43 | 0.97 | 0.14 |
| Hex | 1 | B | 47 | 63 | 55 | 0 | 48 | E7 | 61 | E |
| Octal | 1 | 13 | 107 | 143 | 125 | 0 | 110 | 347 | 141 | 16 |
| Binary | 1 | 1011 | 1000111 | 1100011 | 1010101 | 0 | 1001000 | 11100111 | 1100001 | 1110 |
Color Harmonies of #010B47
Complementary color
Monochromatic Colors of #010B47
Black with #010B47
Text Example
Text Example
White with #010B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B47; }
p { color: rgb(1,11,71); }
H1.HeaderClassName
{
color: #010B47;
}
.AnyTagClassName
{
color: #010B47;
}
</style>
background-color css
<style>
a { background-color: #010B47; }
a { background-color: rgb(1,11,71); }
div.DivClassName
{
background-color: #010B47;
}
.BgClassName
{
background-color: #010B47;
}
</style>
border-color css
<style>
span { border-color: #010B47; }
span { border-color: rgb(1,11,71); }
td.TdClassName
{
border-color: #010B47;
}
.TagClassName
{
border-color: #010B47;
}
</style>