Shades of Navy #060873
Tints of Navy #060873
RGB
CMYK
RGB Variations
Color information
#060873 (or 0x060873) is known color: Navy. HEX triplet: 06, 08 and 73. RGB value is (6,8,115). Sum of RGB (Red+Green+Blue) = 6+8+115=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #060873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060873 is #F9F78C. Grayscale: #131313. Windows color (decimal): -16381837 or 7538694. OLE color: 7538694.
HSL color Cylindrical-coordinate representation of color #060873: hue angle of 238.9º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060873 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 8 | 115 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.55 |
| HSL | 238.9º | 0.9% | 0.24% | - |
| HSV(B) | 238.9º | 0.95% | 0.45% | - |
| XYZ | 3.26 | 1.45 | 16.33 | - |
| YUV | 19.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 115 | 0.95 | 0.93 | 0 | 0.55 | 238.9 | 0.9 | 0.24 |
| Hex | 6 | 8 | 73 | 5F | 5D | 0 | 37 | EF | 5A | 18 |
| Octal | 6 | 10 | 163 | 137 | 135 | 0 | 67 | 357 | 132 | 30 |
| Binary | 110 | 1000 | 1110011 | 1011111 | 1011101 | 0 | 110111 | 11101111 | 1011010 | 11000 |
Color Harmonies of #060873
Complementary color
Monochromatic Colors of #060873
Black with #060873
Text Example
Text Example
White with #060873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060873; }
p { color: rgb(6,8,115); }
H1.HeaderClassName
{
color: #060873;
}
.AnyTagClassName
{
color: #060873;
}
</style>
background-color css
<style>
a { background-color: #060873; }
a { background-color: rgb(6,8,115); }
div.DivClassName
{
background-color: #060873;
}
.BgClassName
{
background-color: #060873;
}
</style>
border-color css
<style>
span { border-color: #060873; }
span { border-color: rgb(6,8,115); }
td.TdClassName
{
border-color: #060873;
}
.TagClassName
{
border-color: #060873;
}
</style>