Shades of Navy #080273
Tints of Navy #080273
RGB
CMYK
RGB Variations
Color information
#080273 (or 0x080273) is known color: Navy. HEX triplet: 08, 02 and 73. RGB value is (8,2,115). Sum of RGB (Red+Green+Blue) = 8+2+115=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 115 (45.31% from 255 or 92% from 125); Max value from RGB is 115 - color contains mainly: blue. Hex color #080273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080273 is #F7FD8C. Grayscale: #101010. Windows color (decimal): -16252301 or 7537160. OLE color: 7537160.
HSL color Cylindrical-coordinate representation of color #080273: hue angle of 243.19º 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 #080273 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 2 | 115 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.55 |
| HSL | 243.19º | 0.97% | 0.23% | - |
| HSV(B) | 243.19º | 0.98% | 0.45% | - |
| XYZ | 3.22 | 1.33 | 16.31 | - |
| YUV | 16.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 115 | 0.93 | 0.98 | 0 | 0.55 | 243.19 | 0.97 | 0.23 |
| Hex | 8 | 2 | 73 | 5D | 62 | 0 | 37 | F3 | 61 | 17 |
| Octal | 10 | 2 | 163 | 135 | 142 | 0 | 67 | 363 | 141 | 27 |
| Binary | 1000 | 10 | 1110011 | 1011101 | 1100010 | 0 | 110111 | 11110011 | 1100001 | 10111 |
Color Harmonies of #080273
Complementary color
Monochromatic Colors of #080273
Black with #080273
Text Example
Text Example
White with #080273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080273; }
p { color: rgb(8,2,115); }
H1.HeaderClassName
{
color: #080273;
}
.AnyTagClassName
{
color: #080273;
}
</style>
background-color css
<style>
a { background-color: #080273; }
a { background-color: rgb(8,2,115); }
div.DivClassName
{
background-color: #080273;
}
.BgClassName
{
background-color: #080273;
}
</style>
border-color css
<style>
span { border-color: #080273; }
span { border-color: rgb(8,2,115); }
td.TdClassName
{
border-color: #080273;
}
.TagClassName
{
border-color: #080273;
}
</style>