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