Shades of Sapphire #01084D
Tints of Sapphire #01084D
RGB
CMYK
RGB Variations
Color information
#01084D (or 0x01084D) is known color: Sapphire. HEX triplet: 01, 08 and 4D. RGB value is (1,8,77). Sum of RGB (Red+Green+Blue) = 1+8+77=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 77 (30.47% from 255 or 89.53% from 86); Max value from RGB is 77 - color contains mainly: blue. Hex color #01084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01084D is #FEF7B2. Grayscale: #0D0D0D. Windows color (decimal): -16709555 or 5048321. OLE color: 5048321.
HSL color Cylindrical-coordinate representation of color #01084D: hue angle of 234.47º 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 #01084D is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 8 | 77 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.70 |
| HSL | 234.47º | 0.97% | 0.15% | - |
| HSV(B) | 234.47º | 0.99% | 0.3% | - |
| XYZ | 1.44 | 0.72 | 7.08 | - |
| YUV | 13.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 77 | 0.99 | 0.90 | 0 | 0.70 | 234.47 | 0.97 | 0.15 |
| Hex | 1 | 8 | 4D | 63 | 5A | 0 | 46 | EA | 61 | F |
| Octal | 1 | 10 | 115 | 143 | 132 | 0 | 106 | 352 | 141 | 17 |
| Binary | 1 | 1000 | 1001101 | 1100011 | 1011010 | 0 | 1000110 | 11101010 | 1100001 | 1111 |
Color Harmonies of #01084D
Complementary color
Monochromatic Colors of #01084D
Black with #01084D
Text Example
Text Example
White with #01084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01084D; }
p { color: rgb(1,8,77); }
H1.HeaderClassName
{
color: #01084D;
}
.AnyTagClassName
{
color: #01084D;
}
</style>
background-color css
<style>
a { background-color: #01084D; }
a { background-color: rgb(1,8,77); }
div.DivClassName
{
background-color: #01084D;
}
.BgClassName
{
background-color: #01084D;
}
</style>
border-color css
<style>
span { border-color: #01084D; }
span { border-color: rgb(1,8,77); }
td.TdClassName
{
border-color: #01084D;
}
.TagClassName
{
border-color: #01084D;
}
</style>