Shades of Sapphire #01104D
Tints of Sapphire #01104D
RGB
CMYK
RGB Variations
Color information
#01104D (or 0x01104D) is known color: Sapphire. HEX triplet: 01, 10 and 4D. RGB value is (1,16,77). Sum of RGB (Red+Green+Blue) = 1+16+77=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #01104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01104D is #FEEFB2. Grayscale: #121212. Windows color (decimal): -16707507 or 5050369. OLE color: 5050369.
HSL color Cylindrical-coordinate representation of color #01104D: hue angle of 228.16º 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 #01104D is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 16 | 77 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.70 |
| HSL | 228.16º | 0.97% | 0.15% | - |
| HSV(B) | 228.16º | 0.99% | 0.3% | - |
| XYZ | 1.54 | 0.91 | 7.12 | - |
| YUV | 18.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 77 | 0.99 | 0.79 | 0 | 0.70 | 228.16 | 0.97 | 0.15 |
| Hex | 1 | 10 | 4D | 63 | 4F | 0 | 46 | E4 | 61 | F |
| Octal | 1 | 20 | 115 | 143 | 117 | 0 | 106 | 344 | 141 | 17 |
| Binary | 1 | 10000 | 1001101 | 1100011 | 1001111 | 0 | 1000110 | 11100100 | 1100001 | 1111 |
Color Harmonies of #01104D
Complementary color
Monochromatic Colors of #01104D
Black with #01104D
Text Example
Text Example
White with #01104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01104D; }
p { color: rgb(1,16,77); }
H1.HeaderClassName
{
color: #01104D;
}
.AnyTagClassName
{
color: #01104D;
}
</style>
background-color css
<style>
a { background-color: #01104D; }
a { background-color: rgb(1,16,77); }
div.DivClassName
{
background-color: #01104D;
}
.BgClassName
{
background-color: #01104D;
}
</style>
border-color css
<style>
span { border-color: #01104D; }
span { border-color: rgb(1,16,77); }
td.TdClassName
{
border-color: #01104D;
}
.TagClassName
{
border-color: #01104D;
}
</style>