Shades of Navy #060273
Tints of Navy #060273
RGB
CMYK
RGB Variations
Color information
#060273 (or 0x060273) is known color: Navy. HEX triplet: 06, 02 and 73. RGB value is (6,2,115). Sum of RGB (Red+Green+Blue) = 6+2+115=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #060273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060273 is #F9FD8C. Grayscale: #0F0F0F. Windows color (decimal): -16383373 or 7537158. OLE color: 7537158.
HSL color Cylindrical-coordinate representation of color #060273: hue angle of 242.12º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060273 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 2 | 115 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.55 |
| HSL | 242.12º | 0.97% | 0.23% | - |
| HSV(B) | 242.12º | 0.98% | 0.45% | - |
| XYZ | 3.19 | 1.32 | 16.31 | - |
| YUV | 16.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 115 | 0.95 | 0.98 | 0 | 0.55 | 242.12 | 0.97 | 0.23 |
| Hex | 6 | 2 | 73 | 5F | 62 | 0 | 37 | F2 | 61 | 17 |
| Octal | 6 | 2 | 163 | 137 | 142 | 0 | 67 | 362 | 141 | 27 |
| Binary | 110 | 10 | 1110011 | 1011111 | 1100010 | 0 | 110111 | 11110010 | 1100001 | 10111 |
Color Harmonies of #060273
Complementary color
Monochromatic Colors of #060273
Black with #060273
Text Example
Text Example
White with #060273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060273; }
p { color: rgb(6,2,115); }
H1.HeaderClassName
{
color: #060273;
}
.AnyTagClassName
{
color: #060273;
}
</style>
background-color css
<style>
a { background-color: #060273; }
a { background-color: rgb(6,2,115); }
div.DivClassName
{
background-color: #060273;
}
.BgClassName
{
background-color: #060273;
}
</style>
border-color css
<style>
span { border-color: #060273; }
span { border-color: rgb(6,2,115); }
td.TdClassName
{
border-color: #060273;
}
.TagClassName
{
border-color: #060273;
}
</style>