Shades of Sapphire #01084E
Tints of Sapphire #01084E
RGB
CMYK
RGB Variations
Color information
#01084E (or 0x01084E) is known color: Sapphire. HEX triplet: 01, 08 and 4E. RGB value is (1,8,78). Sum of RGB (Red+Green+Blue) = 1+8+78=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 78 (30.86% from 255 or 89.66% from 87); Max value from RGB is 78 - color contains mainly: blue. Hex color #01084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01084E is #FEF7B1. Grayscale: #0D0D0D. Windows color (decimal): -16709554 or 5113857. OLE color: 5113857.
HSL color Cylindrical-coordinate representation of color #01084E: hue angle of 234.55º 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 #01084E is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 8 | 78 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.69 |
| HSL | 234.55º | 0.97% | 0.15% | - |
| HSV(B) | 234.55º | 0.99% | 0.31% | - |
| XYZ | 1.47 | 0.73 | 7.27 | - |
| YUV | 13.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 78 | 0.99 | 0.90 | 0 | 0.69 | 234.55 | 0.97 | 0.15 |
| Hex | 1 | 8 | 4E | 63 | 5A | 0 | 45 | EB | 61 | F |
| Octal | 1 | 10 | 116 | 143 | 132 | 0 | 105 | 353 | 141 | 17 |
| Binary | 1 | 1000 | 1001110 | 1100011 | 1011010 | 0 | 1000101 | 11101011 | 1100001 | 1111 |
Color Harmonies of #01084E
Complementary color
Monochromatic Colors of #01084E
Black with #01084E
Text Example
Text Example
White with #01084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01084E; }
p { color: rgb(1,8,78); }
H1.HeaderClassName
{
color: #01084E;
}
.AnyTagClassName
{
color: #01084E;
}
</style>
background-color css
<style>
a { background-color: #01084E; }
a { background-color: rgb(1,8,78); }
div.DivClassName
{
background-color: #01084E;
}
.BgClassName
{
background-color: #01084E;
}
</style>
border-color css
<style>
span { border-color: #01084E; }
span { border-color: rgb(1,8,78); }
td.TdClassName
{
border-color: #01084E;
}
.TagClassName
{
border-color: #01084E;
}
</style>