Shades of Navy #080F7C
Tints of Navy #080F7C
RGB
CMYK
RGB Variations
Color information
#080F7C (or 0x080F7C) is known color: Navy. HEX triplet: 08, 0F and 7C. RGB value is (8,15,124). Sum of RGB (Red+Green+Blue) = 8+15+124=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #080F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F7C is #F7F083. Grayscale: #181818. Windows color (decimal): -16248964 or 8130312. OLE color: 8130312.
HSL color Cylindrical-coordinate representation of color #080F7C: hue angle of 236.38º 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 #080F7C is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 15 | 124 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.51 |
| HSL | 236.38º | 0.88% | 0.26% | - |
| HSV(B) | 236.38º | 0.94% | 0.49% | - |
| XYZ | 3.91 | 1.85 | 19.22 | - |
| YUV | 25.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 124 | 0.94 | 0.88 | 0 | 0.51 | 236.38 | 0.88 | 0.26 |
| Hex | 8 | F | 7C | 5E | 58 | 0 | 33 | EC | 58 | 1A |
| Octal | 10 | 17 | 174 | 136 | 130 | 0 | 63 | 354 | 130 | 32 |
| Binary | 1000 | 1111 | 1111100 | 1011110 | 1011000 | 0 | 110011 | 11101100 | 1011000 | 11010 |
Color Harmonies of #080F7C
Complementary color
Monochromatic Colors of #080F7C
Black with #080F7C
Text Example
Text Example
White with #080F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F7C; }
p { color: rgb(8,15,124); }
H1.HeaderClassName
{
color: #080F7C;
}
.AnyTagClassName
{
color: #080F7C;
}
</style>
background-color css
<style>
a { background-color: #080F7C; }
a { background-color: rgb(8,15,124); }
div.DivClassName
{
background-color: #080F7C;
}
.BgClassName
{
background-color: #080F7C;
}
</style>
border-color css
<style>
span { border-color: #080F7C; }
span { border-color: rgb(8,15,124); }
td.TdClassName
{
border-color: #080F7C;
}
.TagClassName
{
border-color: #080F7C;
}
</style>