Shades of Dark Blue #060A8A
Tints of Dark Blue #060A8A
RGB
CMYK
RGB Variations
Color information
#060A8A (or 0x060A8A) is known color: Dark Blue. HEX triplet: 06, 0A and 8A. RGB value is (6,10,138). Sum of RGB (Red+Green+Blue) = 6+10+138=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #060A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060A8A is #F9F575. Grayscale: #161616. Windows color (decimal): -16381302 or 9046534. OLE color: 9046534.
HSL color Cylindrical-coordinate representation of color #060A8A: hue angle of 238.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060A8A is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 10 | 138 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.46 |
| HSL | 238.18º | 0.92% | 0.28% | - |
| HSV(B) | 238.18º | 0.96% | 0.54% | - |
| XYZ | 4.77 | 2.09 | 24.2 | - |
| YUV | 23.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 138 | 0.96 | 0.93 | 0 | 0.46 | 238.18 | 0.92 | 0.28 |
| Hex | 6 | A | 8A | 60 | 5D | 0 | 2E | EE | 5C | 1C |
| Octal | 6 | 12 | 212 | 140 | 135 | 0 | 56 | 356 | 134 | 34 |
| Binary | 110 | 1010 | 10001010 | 1100000 | 1011101 | 0 | 101110 | 11101110 | 1011100 | 11100 |
Color Harmonies of #060A8A
Complementary color
Monochromatic Colors of #060A8A
Black with #060A8A
Text Example
Text Example
White with #060A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A8A; }
p { color: rgb(6,10,138); }
H1.HeaderClassName
{
color: #060A8A;
}
.AnyTagClassName
{
color: #060A8A;
}
</style>
background-color css
<style>
a { background-color: #060A8A; }
a { background-color: rgb(6,10,138); }
div.DivClassName
{
background-color: #060A8A;
}
.BgClassName
{
background-color: #060A8A;
}
</style>
border-color css
<style>
span { border-color: #060A8A; }
span { border-color: rgb(6,10,138); }
td.TdClassName
{
border-color: #060A8A;
}
.TagClassName
{
border-color: #060A8A;
}
</style>