Shades of Sapphire #01104C
Tints of Sapphire #01104C
RGB
CMYK
RGB Variations
Color information
#01104C (or 0x01104C) is known color: Sapphire. HEX triplet: 01, 10 and 4C. RGB value is (1,16,76). Sum of RGB (Red+Green+Blue) = 1+16+76=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #01104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01104C is #FEEFB3. Grayscale: #121212. Windows color (decimal): -16707508 or 4984833. OLE color: 4984833.
HSL color Cylindrical-coordinate representation of color #01104C: hue angle of 228º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01104C is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 16 | 76 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.70 |
| HSL | 228º | 0.97% | 0.15% | - |
| HSV(B) | 228º | 0.99% | 0.3% | - |
| XYZ | 1.5 | 0.9 | 6.93 | - |
| YUV | 18.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 76 | 0.99 | 0.79 | 0 | 0.70 | 228 | 0.97 | 0.15 |
| Hex | 1 | 10 | 4C | 63 | 4F | 0 | 46 | E4 | 61 | F |
| Octal | 1 | 20 | 114 | 143 | 117 | 0 | 106 | 344 | 141 | 17 |
| Binary | 1 | 10000 | 1001100 | 1100011 | 1001111 | 0 | 1000110 | 11100100 | 1100001 | 1111 |
Color Harmonies of #01104C
Complementary color
Monochromatic Colors of #01104C
Black with #01104C
Text Example
Text Example
White with #01104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01104C; }
p { color: rgb(1,16,76); }
H1.HeaderClassName
{
color: #01104C;
}
.AnyTagClassName
{
color: #01104C;
}
</style>
background-color css
<style>
a { background-color: #01104C; }
a { background-color: rgb(1,16,76); }
div.DivClassName
{
background-color: #01104C;
}
.BgClassName
{
background-color: #01104C;
}
</style>
border-color css
<style>
span { border-color: #01104C; }
span { border-color: rgb(1,16,76); }
td.TdClassName
{
border-color: #01104C;
}
.TagClassName
{
border-color: #01104C;
}
</style>