Shades of Sapphire #01095B
Tints of Sapphire #01095B
RGB
CMYK
RGB Variations
Color information
#01095B (or 0x01095B) is known color: Sapphire. HEX triplet: 01, 09 and 5B. RGB value is (1,9,91). Sum of RGB (Red+Green+Blue) = 1+9+91=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #01095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01095B is #FEF6A4. Grayscale: #0F0F0F. Windows color (decimal): -16709285 or 5966081. OLE color: 5966081.
HSL color Cylindrical-coordinate representation of color #01095B: hue angle of 234.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01095B is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 9 | 91 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.64 |
| HSL | 234.67º | 0.98% | 0.18% | - |
| HSV(B) | 234.67º | 0.99% | 0.36% | - |
| XYZ | 2 | 0.96 | 9.98 | - |
| YUV | 15.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 91 | 0.99 | 0.90 | 0 | 0.64 | 234.67 | 0.98 | 0.18 |
| Hex | 1 | 9 | 5B | 63 | 5A | 0 | 40 | EB | 62 | 12 |
| Octal | 1 | 11 | 133 | 143 | 132 | 0 | 100 | 353 | 142 | 22 |
| Binary | 1 | 1001 | 1011011 | 1100011 | 1011010 | 0 | 1000000 | 11101011 | 1100010 | 10010 |
Color Harmonies of #01095B
Complementary color
Monochromatic Colors of #01095B
Black with #01095B
Text Example
Text Example
White with #01095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01095B; }
p { color: rgb(1,9,91); }
H1.HeaderClassName
{
color: #01095B;
}
.AnyTagClassName
{
color: #01095B;
}
</style>
background-color css
<style>
a { background-color: #01095B; }
a { background-color: rgb(1,9,91); }
div.DivClassName
{
background-color: #01095B;
}
.BgClassName
{
background-color: #01095B;
}
</style>
border-color css
<style>
span { border-color: #01095B; }
span { border-color: rgb(1,9,91); }
td.TdClassName
{
border-color: #01095B;
}
.TagClassName
{
border-color: #01095B;
}
</style>