Shades of Sapphire #01064E
Tints of Sapphire #01064E
RGB
CMYK
RGB Variations
Color information
#01064E (or 0x01064E) is known color: Sapphire. HEX triplet: 01, 06 and 4E. RGB value is (1,6,78). Sum of RGB (Red+Green+Blue) = 1+6+78=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 78 (30.86% from 255 or 91.76% from 85); Max value from RGB is 78 - color contains mainly: blue. Hex color #01064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01064E is #FEF9B1. Grayscale: #0C0C0C. Windows color (decimal): -16710066 or 5113345. OLE color: 5113345.
HSL color Cylindrical-coordinate representation of color #01064E: hue angle of 236.1º 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 #01064E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 6 | 78 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.69 |
| HSL | 236.1º | 0.97% | 0.15% | - |
| HSV(B) | 236.1º | 0.99% | 0.31% | - |
| XYZ | 1.45 | 0.69 | 7.26 | - |
| YUV | 12.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 78 | 0.99 | 0.92 | 0 | 0.69 | 236.1 | 0.97 | 0.15 |
| Hex | 1 | 6 | 4E | 63 | 5C | 0 | 45 | EC | 61 | F |
| Octal | 1 | 6 | 116 | 143 | 134 | 0 | 105 | 354 | 141 | 17 |
| Binary | 1 | 110 | 1001110 | 1100011 | 1011100 | 0 | 1000101 | 11101100 | 1100001 | 1111 |
Color Harmonies of #01064E
Complementary color
Monochromatic Colors of #01064E
Black with #01064E
Text Example
Text Example
White with #01064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01064E; }
p { color: rgb(1,6,78); }
H1.HeaderClassName
{
color: #01064E;
}
.AnyTagClassName
{
color: #01064E;
}
</style>
background-color css
<style>
a { background-color: #01064E; }
a { background-color: rgb(1,6,78); }
div.DivClassName
{
background-color: #01064E;
}
.BgClassName
{
background-color: #01064E;
}
</style>
border-color css
<style>
span { border-color: #01064E; }
span { border-color: rgb(1,6,78); }
td.TdClassName
{
border-color: #01064E;
}
.TagClassName
{
border-color: #01064E;
}
</style>