Shades of Sapphire #01165A
Tints of Sapphire #01165A
RGB
CMYK
RGB Variations
Color information
#01165A (or 0x01165A) is known color: Sapphire. HEX triplet: 01, 16 and 5A. RGB value is (1,22,90). Sum of RGB (Red+Green+Blue) = 1+22+90=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #01165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01165A is #FEE9A5. Grayscale: #171717. Windows color (decimal): -16705958 or 5903873. OLE color: 5903873.
HSL color Cylindrical-coordinate representation of color #01165A: hue angle of 225.84º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01165A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 22 | 90 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.65 |
| HSL | 225.84º | 0.98% | 0.18% | - |
| HSV(B) | 225.84º | 0.99% | 0.35% | - |
| XYZ | 2.14 | 1.32 | 9.81 | - |
| YUV | 23.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 90 | 0.99 | 0.76 | 0 | 0.65 | 225.84 | 0.98 | 0.18 |
| Hex | 1 | 16 | 5A | 63 | 4C | 0 | 41 | E2 | 62 | 12 |
| Octal | 1 | 26 | 132 | 143 | 114 | 0 | 101 | 342 | 142 | 22 |
| Binary | 1 | 10110 | 1011010 | 1100011 | 1001100 | 0 | 1000001 | 11100010 | 1100010 | 10010 |
Color Harmonies of #01165A
Complementary color
Monochromatic Colors of #01165A
Black with #01165A
Text Example
Text Example
White with #01165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01165A; }
p { color: rgb(1,22,90); }
H1.HeaderClassName
{
color: #01165A;
}
.AnyTagClassName
{
color: #01165A;
}
</style>
background-color css
<style>
a { background-color: #01165A; }
a { background-color: rgb(1,22,90); }
div.DivClassName
{
background-color: #01165A;
}
.BgClassName
{
background-color: #01165A;
}
</style>
border-color css
<style>
span { border-color: #01165A; }
span { border-color: rgb(1,22,90); }
td.TdClassName
{
border-color: #01165A;
}
.TagClassName
{
border-color: #01165A;
}
</style>