Shades of Sapphire #01104E
Tints of Sapphire #01104E
RGB
CMYK
RGB Variations
Color information
#01104E (or 0x01104E) is known color: Sapphire. HEX triplet: 01, 10 and 4E. RGB value is (1,16,78). Sum of RGB (Red+Green+Blue) = 1+16+78=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #01104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01104E is #FEEFB1. Grayscale: #121212. Windows color (decimal): -16707506 or 5115905. OLE color: 5115905.
HSL color Cylindrical-coordinate representation of color #01104E: hue angle of 228.31º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01104E is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 16 | 78 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.69 |
| HSL | 228.31º | 0.97% | 0.15% | - |
| HSV(B) | 228.31º | 0.99% | 0.31% | - |
| XYZ | 1.57 | 0.93 | 7.3 | - |
| YUV | 18.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 78 | 0.99 | 0.79 | 0 | 0.69 | 228.31 | 0.97 | 0.15 |
| Hex | 1 | 10 | 4E | 63 | 4F | 0 | 45 | E4 | 61 | F |
| Octal | 1 | 20 | 116 | 143 | 117 | 0 | 105 | 344 | 141 | 17 |
| Binary | 1 | 10000 | 1001110 | 1100011 | 1001111 | 0 | 1000101 | 11100100 | 1100001 | 1111 |
Color Harmonies of #01104E
Complementary color
Monochromatic Colors of #01104E
Black with #01104E
Text Example
Text Example
White with #01104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01104E; }
p { color: rgb(1,16,78); }
H1.HeaderClassName
{
color: #01104E;
}
.AnyTagClassName
{
color: #01104E;
}
</style>
background-color css
<style>
a { background-color: #01104E; }
a { background-color: rgb(1,16,78); }
div.DivClassName
{
background-color: #01104E;
}
.BgClassName
{
background-color: #01104E;
}
</style>
border-color css
<style>
span { border-color: #01104E; }
span { border-color: rgb(1,16,78); }
td.TdClassName
{
border-color: #01104E;
}
.TagClassName
{
border-color: #01104E;
}
</style>