Shades of Dark Blue #05018D
Tints of Dark Blue #05018D
RGB
CMYK
RGB Variations
Color information
#05018D (or 0x05018D) is known color: Dark Blue. HEX triplet: 05, 01 and 8D. RGB value is (5,1,141). Sum of RGB (Red+Green+Blue) = 5+1+141=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 141 (55.47% from 255 or 95.92% from 147); Max value from RGB is 141 - color contains mainly: blue. Hex color #05018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05018D is #FAFE72. Grayscale: #111111. Windows color (decimal): -16449139 or 9240837. OLE color: 9240837.
HSL color Cylindrical-coordinate representation of color #05018D: hue angle of 241.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05018D is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 1 | 141 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.45 |
| HSL | 241.71º | 0.99% | 0.28% | - |
| HSV(B) | 241.71º | 0.99% | 0.55% | - |
| XYZ | 4.88 | 1.98 | 25.32 | - |
| YUV | 18.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 141 | 0.96 | 0.99 | 0 | 0.45 | 241.71 | 0.99 | 0.28 |
| Hex | 5 | 1 | 8D | 60 | 63 | 0 | 2D | F2 | 63 | 1C |
| Octal | 5 | 1 | 215 | 140 | 143 | 0 | 55 | 362 | 143 | 34 |
| Binary | 101 | 1 | 10001101 | 1100000 | 1100011 | 0 | 101101 | 11110010 | 1100011 | 11100 |
Color Harmonies of #05018D
Complementary color
Monochromatic Colors of #05018D
Black with #05018D
Text Example
Text Example
White with #05018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05018D; }
p { color: rgb(5,1,141); }
H1.HeaderClassName
{
color: #05018D;
}
.AnyTagClassName
{
color: #05018D;
}
</style>
background-color css
<style>
a { background-color: #05018D; }
a { background-color: rgb(5,1,141); }
div.DivClassName
{
background-color: #05018D;
}
.BgClassName
{
background-color: #05018D;
}
</style>
border-color css
<style>
span { border-color: #05018D; }
span { border-color: rgb(5,1,141); }
td.TdClassName
{
border-color: #05018D;
}
.TagClassName
{
border-color: #05018D;
}
</style>