Shades of Dark Blue #01018E
Tints of Dark Blue #01018E
RGB
CMYK
RGB Variations
Color information
#01018E (or 0x01018E) is known color: Dark Blue. HEX triplet: 01, 01 and 8E. RGB value is (1,1,142). Sum of RGB (Red+Green+Blue) = 1+1+142=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 142 (55.86% from 255 or 98.61% from 144); Max value from RGB is 142 - color contains mainly: blue. Hex color #01018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01018E is #FEFE71. Grayscale: #101010. Windows color (decimal): -16711282 or 9306369. OLE color: 9306369.
HSL color Cylindrical-coordinate representation of color #01018E: hue angle of 240º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01018E is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 1 | 142 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.44 |
| HSL | 240º | 0.99% | 0.28% | - |
| HSV(B) | 240º | 0.99% | 0.56% | - |
| XYZ | 4.91 | 1.98 | 25.72 | - |
| YUV | 17.07 | 198.5 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 142 | 0.99 | 0.99 | 0 | 0.44 | 240 | 0.99 | 0.28 |
| Hex | 1 | 1 | 8E | 63 | 63 | 0 | 2C | F0 | 63 | 1C |
| Octal | 1 | 1 | 216 | 143 | 143 | 0 | 54 | 360 | 143 | 34 |
| Binary | 1 | 1 | 10001110 | 1100011 | 1100011 | 0 | 101100 | 11110000 | 1100011 | 11100 |
Color Harmonies of #01018E
Complementary color
Monochromatic Colors of #01018E
Black with #01018E
Text Example
Text Example
White with #01018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01018E; }
p { color: rgb(1,1,142); }
H1.HeaderClassName
{
color: #01018E;
}
.AnyTagClassName
{
color: #01018E;
}
</style>
background-color css
<style>
a { background-color: #01018E; }
a { background-color: rgb(1,1,142); }
div.DivClassName
{
background-color: #01018E;
}
.BgClassName
{
background-color: #01018E;
}
</style>
border-color css
<style>
span { border-color: #01018E; }
span { border-color: rgb(1,1,142); }
td.TdClassName
{
border-color: #01018E;
}
.TagClassName
{
border-color: #01018E;
}
</style>