Shades of Sapphire #010958
Tints of Sapphire #010958
RGB
CMYK
RGB Variations
Color information
#010958 (or 0x010958) is known color: Sapphire. HEX triplet: 01, 09 and 58. RGB value is (1,9,88). Sum of RGB (Red+Green+Blue) = 1+9+88=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 88 (34.77% from 255 or 89.80% from 98); Max value from RGB is 88 - color contains mainly: blue. Hex color #010958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010958 is #FEF6A7. Grayscale: #0F0F0F. Windows color (decimal): -16709288 or 5769473. OLE color: 5769473.
HSL color Cylindrical-coordinate representation of color #010958: hue angle of 234.48º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010958 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 9 | 88 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.65 |
| HSL | 234.48º | 0.98% | 0.17% | - |
| HSV(B) | 234.48º | 0.99% | 0.35% | - |
| XYZ | 1.87 | 0.91 | 9.31 | - |
| YUV | 15.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 88 | 0.99 | 0.90 | 0 | 0.65 | 234.48 | 0.98 | 0.17 |
| Hex | 1 | 9 | 58 | 63 | 5A | 0 | 41 | EA | 62 | 11 |
| Octal | 1 | 11 | 130 | 143 | 132 | 0 | 101 | 352 | 142 | 21 |
| Binary | 1 | 1001 | 1011000 | 1100011 | 1011010 | 0 | 1000001 | 11101010 | 1100010 | 10001 |
Color Harmonies of #010958
Complementary color
Monochromatic Colors of #010958
Black with #010958
Text Example
Text Example
White with #010958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010958; }
p { color: rgb(1,9,88); }
H1.HeaderClassName
{
color: #010958;
}
.AnyTagClassName
{
color: #010958;
}
</style>
background-color css
<style>
a { background-color: #010958; }
a { background-color: rgb(1,9,88); }
div.DivClassName
{
background-color: #010958;
}
.BgClassName
{
background-color: #010958;
}
</style>
border-color css
<style>
span { border-color: #010958; }
span { border-color: rgb(1,9,88); }
td.TdClassName
{
border-color: #010958;
}
.TagClassName
{
border-color: #010958;
}
</style>