Shades of Navy #080C7C
Tints of Navy #080C7C
RGB
CMYK
RGB Variations
Color information
#080C7C (or 0x080C7C) is known color: Navy. HEX triplet: 08, 0C and 7C. RGB value is (8,12,124). Sum of RGB (Red+Green+Blue) = 8+12+124=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #080C7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C7C is #F7F383. Grayscale: #171717. Windows color (decimal): -16249732 or 8129544. OLE color: 8129544.
HSL color Cylindrical-coordinate representation of color #080C7C: hue angle of 237.93º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080C7C is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 12 | 124 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.51 |
| HSL | 237.93º | 0.88% | 0.26% | - |
| HSV(B) | 237.93º | 0.94% | 0.49% | - |
| XYZ | 3.87 | 1.77 | 19.21 | - |
| YUV | 23.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 124 | 0.94 | 0.90 | 0 | 0.51 | 237.93 | 0.88 | 0.26 |
| Hex | 8 | C | 7C | 5E | 5A | 0 | 33 | EE | 58 | 1A |
| Octal | 10 | 14 | 174 | 136 | 132 | 0 | 63 | 356 | 130 | 32 |
| Binary | 1000 | 1100 | 1111100 | 1011110 | 1011010 | 0 | 110011 | 11101110 | 1011000 | 11010 |
Color Harmonies of #080C7C
Complementary color
Monochromatic Colors of #080C7C
Black with #080C7C
Text Example
Text Example
White with #080C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C7C; }
p { color: rgb(8,12,124); }
H1.HeaderClassName
{
color: #080C7C;
}
.AnyTagClassName
{
color: #080C7C;
}
</style>
background-color css
<style>
a { background-color: #080C7C; }
a { background-color: rgb(8,12,124); }
div.DivClassName
{
background-color: #080C7C;
}
.BgClassName
{
background-color: #080C7C;
}
</style>
border-color css
<style>
span { border-color: #080C7C; }
span { border-color: rgb(8,12,124); }
td.TdClassName
{
border-color: #080C7C;
}
.TagClassName
{
border-color: #080C7C;
}
</style>