Shades of Navy #060A78
Tints of Navy #060A78
RGB
CMYK
RGB Variations
Color information
#060A78 (or 0x060A78) is known color: Navy. HEX triplet: 06, 0A and 78. RGB value is (6,10,120). Sum of RGB (Red+Green+Blue) = 6+10+120=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #060A78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A78 is #F9F587. Grayscale: #141414. Windows color (decimal): -16381320 or 7866886. OLE color: 7866886.
HSL color Cylindrical-coordinate representation of color #060A78: hue angle of 237.89º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A78 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 10 | 120 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.53 |
| HSL | 237.89º | 0.9% | 0.25% | - |
| HSV(B) | 237.89º | 0.95% | 0.47% | - |
| XYZ | 3.57 | 1.61 | 17.89 | - |
| YUV | 21.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 120 | 0.95 | 0.92 | 0 | 0.53 | 237.89 | 0.9 | 0.25 |
| Hex | 6 | A | 78 | 5F | 5C | 0 | 35 | EE | 5A | 19 |
| Octal | 6 | 12 | 170 | 137 | 134 | 0 | 65 | 356 | 132 | 31 |
| Binary | 110 | 1010 | 1111000 | 1011111 | 1011100 | 0 | 110101 | 11101110 | 1011010 | 11001 |
Color Harmonies of #060A78
Complementary color
Monochromatic Colors of #060A78
Black with #060A78
Text Example
Text Example
White with #060A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A78; }
p { color: rgb(6,10,120); }
H1.HeaderClassName
{
color: #060A78;
}
.AnyTagClassName
{
color: #060A78;
}
</style>
background-color css
<style>
a { background-color: #060A78; }
a { background-color: rgb(6,10,120); }
div.DivClassName
{
background-color: #060A78;
}
.BgClassName
{
background-color: #060A78;
}
</style>
border-color css
<style>
span { border-color: #060A78; }
span { border-color: rgb(6,10,120); }
td.TdClassName
{
border-color: #060A78;
}
.TagClassName
{
border-color: #060A78;
}
</style>