Shades of Dark Blue #05018E
Tints of Dark Blue #05018E
RGB
CMYK
RGB Variations
Color information
#05018E (or 0x05018E) is known color: Dark Blue. HEX triplet: 05, 01 and 8E. RGB value is (5,1,142). Sum of RGB (Red+Green+Blue) = 5+1+142=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 142 (55.86% from 255 or 95.95% from 148); Max value from RGB is 142 - color contains mainly: blue. Hex color #05018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05018E is #FAFE71. Grayscale: #111111. Windows color (decimal): -16449138 or 9306373. OLE color: 9306373.
HSL color Cylindrical-coordinate representation of color #05018E: hue angle of 241.7º 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 #05018E is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 1 | 142 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.44 |
| HSL | 241.7º | 0.99% | 0.28% | - |
| HSV(B) | 241.7º | 0.99% | 0.56% | - |
| XYZ | 4.96 | 2.01 | 25.72 | - |
| YUV | 18.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 142 | 0.96 | 0.99 | 0 | 0.44 | 241.7 | 0.99 | 0.28 |
| Hex | 5 | 1 | 8E | 60 | 63 | 0 | 2C | F2 | 63 | 1C |
| Octal | 5 | 1 | 216 | 140 | 143 | 0 | 54 | 362 | 143 | 34 |
| Binary | 101 | 1 | 10001110 | 1100000 | 1100011 | 0 | 101100 | 11110010 | 1100011 | 11100 |
Color Harmonies of #05018E
Complementary color
Monochromatic Colors of #05018E
Black with #05018E
Text Example
Text Example
White with #05018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05018E; }
p { color: rgb(5,1,142); }
H1.HeaderClassName
{
color: #05018E;
}
.AnyTagClassName
{
color: #05018E;
}
</style>
background-color css
<style>
a { background-color: #05018E; }
a { background-color: rgb(5,1,142); }
div.DivClassName
{
background-color: #05018E;
}
.BgClassName
{
background-color: #05018E;
}
</style>
border-color css
<style>
span { border-color: #05018E; }
span { border-color: rgb(5,1,142); }
td.TdClassName
{
border-color: #05018E;
}
.TagClassName
{
border-color: #05018E;
}
</style>