Shades of Sapphire #01105C
Tints of Sapphire #01105C
RGB
CMYK
RGB Variations
Color information
#01105C (or 0x01105C) is known color: Sapphire. HEX triplet: 01, 10 and 5C. RGB value is (1,16,92). Sum of RGB (Red+Green+Blue) = 1+16+92=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #01105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01105C is #FEEFA3. Grayscale: #131313. Windows color (decimal): -16707492 or 6033409. OLE color: 6033409.
HSL color Cylindrical-coordinate representation of color #01105C: hue angle of 230.11º 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 #01105C is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 16 | 92 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.64 |
| HSL | 230.11º | 0.98% | 0.18% | - |
| HSV(B) | 230.11º | 0.99% | 0.36% | - |
| XYZ | 2.13 | 1.15 | 10.23 | - |
| YUV | 20.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 92 | 0.99 | 0.83 | 0 | 0.64 | 230.11 | 0.98 | 0.18 |
| Hex | 1 | 10 | 5C | 63 | 53 | 0 | 40 | E6 | 62 | 12 |
| Octal | 1 | 20 | 134 | 143 | 123 | 0 | 100 | 346 | 142 | 22 |
| Binary | 1 | 10000 | 1011100 | 1100011 | 1010011 | 0 | 1000000 | 11100110 | 1100010 | 10010 |
Color Harmonies of #01105C
Complementary color
Monochromatic Colors of #01105C
Black with #01105C
Text Example
Text Example
White with #01105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01105C; }
p { color: rgb(1,16,92); }
H1.HeaderClassName
{
color: #01105C;
}
.AnyTagClassName
{
color: #01105C;
}
</style>
background-color css
<style>
a { background-color: #01105C; }
a { background-color: rgb(1,16,92); }
div.DivClassName
{
background-color: #01105C;
}
.BgClassName
{
background-color: #01105C;
}
</style>
border-color css
<style>
span { border-color: #01105C; }
span { border-color: rgb(1,16,92); }
td.TdClassName
{
border-color: #01105C;
}
.TagClassName
{
border-color: #01105C;
}
</style>