Shades of Dark Blue #060C86
Tints of Dark Blue #060C86
RGB
CMYK
RGB Variations
Color information
#060C86 (or 0x060C86) is known color: Dark Blue. HEX triplet: 06, 0C and 86. RGB value is (6,12,134). Sum of RGB (Red+Green+Blue) = 6+12+134=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #060C86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C86 is #F9F379. Grayscale: #171717. Windows color (decimal): -16380794 or 8784902. OLE color: 8784902.
HSL color Cylindrical-coordinate representation of color #060C86: hue angle of 237.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060C86 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 12 | 134 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.47 |
| HSL | 237.19º | 0.91% | 0.27% | - |
| HSV(B) | 237.19º | 0.96% | 0.53% | - |
| XYZ | 4.51 | 2.02 | 22.71 | - |
| YUV | 24.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 134 | 0.96 | 0.91 | 0 | 0.47 | 237.19 | 0.91 | 0.27 |
| Hex | 6 | C | 86 | 60 | 5B | 0 | 2F | ED | 5B | 1B |
| Octal | 6 | 14 | 206 | 140 | 133 | 0 | 57 | 355 | 133 | 33 |
| Binary | 110 | 1100 | 10000110 | 1100000 | 1011011 | 0 | 101111 | 11101101 | 1011011 | 11011 |
Color Harmonies of #060C86
Complementary color
Monochromatic Colors of #060C86
Black with #060C86
Text Example
Text Example
White with #060C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C86; }
p { color: rgb(6,12,134); }
H1.HeaderClassName
{
color: #060C86;
}
.AnyTagClassName
{
color: #060C86;
}
</style>
background-color css
<style>
a { background-color: #060C86; }
a { background-color: rgb(6,12,134); }
div.DivClassName
{
background-color: #060C86;
}
.BgClassName
{
background-color: #060C86;
}
</style>
border-color css
<style>
span { border-color: #060C86; }
span { border-color: rgb(6,12,134); }
td.TdClassName
{
border-color: #060C86;
}
.TagClassName
{
border-color: #060C86;
}
</style>