Shades of Navy #060C84
Tints of Navy #060C84
RGB
CMYK
RGB Variations
Color information
#060C84 (or 0x060C84) is known color: Navy. HEX triplet: 06, 0C and 84. RGB value is (6,12,132). Sum of RGB (Red+Green+Blue) = 6+12+132=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 132 (51.95% from 255 or 88% from 150); Max value from RGB is 132 - color contains mainly: blue. Hex color #060C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C84 is #F9F37B. Grayscale: #171717. Windows color (decimal): -16380796 or 8653830. OLE color: 8653830.
HSL color Cylindrical-coordinate representation of color #060C84: hue angle of 237.14º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060C84 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 12 | 132 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.48 |
| HSL | 237.14º | 0.91% | 0.27% | - |
| HSV(B) | 237.14º | 0.95% | 0.52% | - |
| XYZ | 4.37 | 1.97 | 21.98 | - |
| YUV | 23.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 132 | 0.95 | 0.91 | 0 | 0.48 | 237.14 | 0.91 | 0.27 |
| Hex | 6 | C | 84 | 5F | 5B | 0 | 30 | ED | 5B | 1B |
| Octal | 6 | 14 | 204 | 137 | 133 | 0 | 60 | 355 | 133 | 33 |
| Binary | 110 | 1100 | 10000100 | 1011111 | 1011011 | 0 | 110000 | 11101101 | 1011011 | 11011 |
Color Harmonies of #060C84
Complementary color
Monochromatic Colors of #060C84
Black with #060C84
Text Example
Text Example
White with #060C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C84; }
p { color: rgb(6,12,132); }
H1.HeaderClassName
{
color: #060C84;
}
.AnyTagClassName
{
color: #060C84;
}
</style>
background-color css
<style>
a { background-color: #060C84; }
a { background-color: rgb(6,12,132); }
div.DivClassName
{
background-color: #060C84;
}
.BgClassName
{
background-color: #060C84;
}
</style>
border-color css
<style>
span { border-color: #060C84; }
span { border-color: rgb(6,12,132); }
td.TdClassName
{
border-color: #060C84;
}
.TagClassName
{
border-color: #060C84;
}
</style>