Shades of Dark Blue #06018D
Tints of Dark Blue #06018D
RGB
CMYK
RGB Variations
Color information
#06018D (or 0x06018D) is known color: Dark Blue. HEX triplet: 06, 01 and 8D. RGB value is (6,1,141). Sum of RGB (Red+Green+Blue) = 6+1+141=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 141 (55.47% from 255 or 95.27% from 148); Max value from RGB is 141 - color contains mainly: blue. Hex color #06018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06018D is #F9FE72. Grayscale: #111111. Windows color (decimal): -16383603 or 9240838. OLE color: 9240838.
HSL color Cylindrical-coordinate representation of color #06018D: hue angle of 242.14º 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 #06018D is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 1 | 141 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.45 |
| HSL | 242.14º | 0.99% | 0.28% | - |
| HSV(B) | 242.14º | 0.99% | 0.55% | - |
| XYZ | 4.89 | 1.98 | 25.32 | - |
| YUV | 18.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 141 | 0.96 | 0.99 | 0 | 0.45 | 242.14 | 0.99 | 0.28 |
| Hex | 6 | 1 | 8D | 60 | 63 | 0 | 2D | F2 | 63 | 1C |
| Octal | 6 | 1 | 215 | 140 | 143 | 0 | 55 | 362 | 143 | 34 |
| Binary | 110 | 1 | 10001101 | 1100000 | 1100011 | 0 | 101101 | 11110010 | 1100011 | 11100 |
Color Harmonies of #06018D
Complementary color
Monochromatic Colors of #06018D
Black with #06018D
Text Example
Text Example
White with #06018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06018D; }
p { color: rgb(6,1,141); }
H1.HeaderClassName
{
color: #06018D;
}
.AnyTagClassName
{
color: #06018D;
}
</style>
background-color css
<style>
a { background-color: #06018D; }
a { background-color: rgb(6,1,141); }
div.DivClassName
{
background-color: #06018D;
}
.BgClassName
{
background-color: #06018D;
}
</style>
border-color css
<style>
span { border-color: #06018D; }
span { border-color: rgb(6,1,141); }
td.TdClassName
{
border-color: #06018D;
}
.TagClassName
{
border-color: #06018D;
}
</style>