Shades of Navy #060C7A
Tints of Navy #060C7A
RGB
CMYK
RGB Variations
Color information
#060C7A (or 0x060C7A) is known color: Navy. HEX triplet: 06, 0C and 7A. RGB value is (6,12,122). Sum of RGB (Red+Green+Blue) = 6+12+122=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #060C7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C7A is #F9F385. Grayscale: #161616. Windows color (decimal): -16380806 or 7998470. OLE color: 7998470.
HSL color Cylindrical-coordinate representation of color #060C7A: hue angle of 236.9º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060C7A is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 12 | 122 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.52 |
| HSL | 236.9º | 0.91% | 0.25% | - |
| HSV(B) | 236.9º | 0.95% | 0.48% | - |
| XYZ | 3.72 | 1.71 | 18.55 | - |
| YUV | 22.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 122 | 0.95 | 0.90 | 0 | 0.52 | 236.9 | 0.91 | 0.25 |
| Hex | 6 | C | 7A | 5F | 5A | 0 | 34 | ED | 5B | 19 |
| Octal | 6 | 14 | 172 | 137 | 132 | 0 | 64 | 355 | 133 | 31 |
| Binary | 110 | 1100 | 1111010 | 1011111 | 1011010 | 0 | 110100 | 11101101 | 1011011 | 11001 |
Color Harmonies of #060C7A
Complementary color
Monochromatic Colors of #060C7A
Black with #060C7A
Text Example
Text Example
White with #060C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C7A; }
p { color: rgb(6,12,122); }
H1.HeaderClassName
{
color: #060C7A;
}
.AnyTagClassName
{
color: #060C7A;
}
</style>
background-color css
<style>
a { background-color: #060C7A; }
a { background-color: rgb(6,12,122); }
div.DivClassName
{
background-color: #060C7A;
}
.BgClassName
{
background-color: #060C7A;
}
</style>
border-color css
<style>
span { border-color: #060C7A; }
span { border-color: rgb(6,12,122); }
td.TdClassName
{
border-color: #060C7A;
}
.TagClassName
{
border-color: #060C7A;
}
</style>