Shades of Sapphire #010B48
Tints of Sapphire #010B48
RGB
CMYK
RGB Variations
Color information
#010B48 (or 0x010B48) is known color: Sapphire. HEX triplet: 01, 0B and 48. RGB value is (1,11,72). Sum of RGB (Red+Green+Blue) = 1+11+72=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #010B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B48 is #FEF4B7. Grayscale: #0E0E0E. Windows color (decimal): -16708792 or 4721409. OLE color: 4721409.
HSL color Cylindrical-coordinate representation of color #010B48: hue angle of 231.55º 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 #010B48 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 11 | 72 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.72 |
| HSL | 231.55º | 0.97% | 0.14% | - |
| HSV(B) | 231.55º | 0.99% | 0.28% | - |
| XYZ | 1.3 | 0.71 | 6.2 | - |
| YUV | 14.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 72 | 0.99 | 0.85 | 0 | 0.72 | 231.55 | 0.97 | 0.14 |
| Hex | 1 | B | 48 | 63 | 55 | 0 | 48 | E8 | 61 | E |
| Octal | 1 | 13 | 110 | 143 | 125 | 0 | 110 | 350 | 141 | 16 |
| Binary | 1 | 1011 | 1001000 | 1100011 | 1010101 | 0 | 1001000 | 11101000 | 1100001 | 1110 |
Color Harmonies of #010B48
Complementary color
Monochromatic Colors of #010B48
Black with #010B48
Text Example
Text Example
White with #010B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B48; }
p { color: rgb(1,11,72); }
H1.HeaderClassName
{
color: #010B48;
}
.AnyTagClassName
{
color: #010B48;
}
</style>
background-color css
<style>
a { background-color: #010B48; }
a { background-color: rgb(1,11,72); }
div.DivClassName
{
background-color: #010B48;
}
.BgClassName
{
background-color: #010B48;
}
</style>
border-color css
<style>
span { border-color: #010B48; }
span { border-color: rgb(1,11,72); }
td.TdClassName
{
border-color: #010B48;
}
.TagClassName
{
border-color: #010B48;
}
</style>