Shades of Navy #080364
Tints of Navy #080364
RGB
CMYK
RGB Variations
Color information
#080364 (or 0x080364) is known color: Navy. HEX triplet: 08, 03 and 64. RGB value is (8,3,100). Sum of RGB (Red+Green+Blue) = 8+3+100=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 100 (39.45% from 255 or 90.09% from 111); Max value from RGB is 100 - color contains mainly: blue. Hex color #080364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080364 is #F7FC9B. Grayscale: #0F0F0F. Windows color (decimal): -16252060 or 6554376. OLE color: 6554376.
HSL color Cylindrical-coordinate representation of color #080364: hue angle of 243.09º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080364 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 3 | 100 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.61 |
| HSL | 243.09º | 0.94% | 0.2% | - |
| HSV(B) | 243.09º | 0.97% | 0.39% | - |
| XYZ | 2.43 | 1.04 | 12.13 | - |
| YUV | 15.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 100 | 0.92 | 0.97 | 0 | 0.61 | 243.09 | 0.94 | 0.2 |
| Hex | 8 | 3 | 64 | 5C | 61 | 0 | 3D | F3 | 5E | 14 |
| Octal | 10 | 3 | 144 | 134 | 141 | 0 | 75 | 363 | 136 | 24 |
| Binary | 1000 | 11 | 1100100 | 1011100 | 1100001 | 0 | 111101 | 11110011 | 1011110 | 10100 |
Color Harmonies of #080364
Complementary color
Monochromatic Colors of #080364
Black with #080364
Text Example
Text Example
White with #080364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080364; }
p { color: rgb(8,3,100); }
H1.HeaderClassName
{
color: #080364;
}
.AnyTagClassName
{
color: #080364;
}
</style>
background-color css
<style>
a { background-color: #080364; }
a { background-color: rgb(8,3,100); }
div.DivClassName
{
background-color: #080364;
}
.BgClassName
{
background-color: #080364;
}
</style>
border-color css
<style>
span { border-color: #080364; }
span { border-color: rgb(8,3,100); }
td.TdClassName
{
border-color: #080364;
}
.TagClassName
{
border-color: #080364;
}
</style>