Shades of Navy #060073
Tints of Navy #060073
RGB
CMYK
RGB Variations
Color information
#060073 (or 0x060073) is known color: Navy. HEX triplet: 06, 00 and 73. RGB value is (6,0,115). Sum of RGB (Red+Green+Blue) = 6+0+115=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 115 (45.31% from 255 or 95.04% from 121); Max value from RGB is 115 - color contains mainly: blue. Hex color #060073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060073 is #F9FF8C. Grayscale: #0E0E0E. Windows color (decimal): -16383885 or 7536646. OLE color: 7536646.
HSL color Cylindrical-coordinate representation of color #060073: hue angle of 243.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060073 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 0 | 115 | - |
| CMYK | 0.95 | 1 | 0 | 0.55 |
| HSL | 243.13º | 1% | 0.23% | - |
| HSV(B) | 243.13º | 1% | 0.45% | - |
| XYZ | 3.17 | 1.28 | 16.3 | - |
| YUV | 14.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 115 | 0.95 | 1 | 0 | 0.55 | 243.13 | 1 | 0.23 |
| Hex | 6 | 0 | 73 | 5F | 64 | 0 | 37 | F3 | 64 | 17 |
| Octal | 6 | 0 | 163 | 137 | 144 | 0 | 67 | 363 | 144 | 27 |
| Binary | 110 | 0 | 1110011 | 1011111 | 1100100 | 0 | 110111 | 11110011 | 1100100 | 10111 |
Color Harmonies of #060073
Complementary color
Monochromatic Colors of #060073
Black with #060073
Text Example
Text Example
White with #060073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060073; }
p { color: rgb(6,0,115); }
H1.HeaderClassName
{
color: #060073;
}
.AnyTagClassName
{
color: #060073;
}
</style>
background-color css
<style>
a { background-color: #060073; }
a { background-color: rgb(6,0,115); }
div.DivClassName
{
background-color: #060073;
}
.BgClassName
{
background-color: #060073;
}
</style>
border-color css
<style>
span { border-color: #060073; }
span { border-color: rgb(6,0,115); }
td.TdClassName
{
border-color: #060073;
}
.TagClassName
{
border-color: #060073;
}
</style>