Shades of Sapphire #010948
Tints of Sapphire #010948
RGB
CMYK
RGB Variations
Color information
#010948 (or 0x010948) is known color: Sapphire. HEX triplet: 01, 09 and 48. RGB value is (1,9,72). Sum of RGB (Red+Green+Blue) = 1+9+72=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 72 (28.52% from 255 or 87.80% from 82); Max value from RGB is 72 - color contains mainly: blue. Hex color #010948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010948 is #FEF6B7. Grayscale: #0D0D0D. Windows color (decimal): -16709304 or 4720897. OLE color: 4720897.
HSL color Cylindrical-coordinate representation of color #010948: hue angle of 233.24º 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 #010948 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 9 | 72 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.72 |
| HSL | 233.24º | 0.97% | 0.14% | - |
| HSV(B) | 233.24º | 0.99% | 0.28% | - |
| XYZ | 1.28 | 0.67 | 6.19 | - |
| YUV | 13.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 72 | 0.99 | 0.88 | 0 | 0.72 | 233.24 | 0.97 | 0.14 |
| Hex | 1 | 9 | 48 | 63 | 58 | 0 | 48 | E9 | 61 | E |
| Octal | 1 | 11 | 110 | 143 | 130 | 0 | 110 | 351 | 141 | 16 |
| Binary | 1 | 1001 | 1001000 | 1100011 | 1011000 | 0 | 1001000 | 11101001 | 1100001 | 1110 |
Color Harmonies of #010948
Complementary color
Monochromatic Colors of #010948
Black with #010948
Text Example
Text Example
White with #010948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010948; }
p { color: rgb(1,9,72); }
H1.HeaderClassName
{
color: #010948;
}
.AnyTagClassName
{
color: #010948;
}
</style>
background-color css
<style>
a { background-color: #010948; }
a { background-color: rgb(1,9,72); }
div.DivClassName
{
background-color: #010948;
}
.BgClassName
{
background-color: #010948;
}
</style>
border-color css
<style>
span { border-color: #010948; }
span { border-color: rgb(1,9,72); }
td.TdClassName
{
border-color: #010948;
}
.TagClassName
{
border-color: #010948;
}
</style>