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