Shades of Navy #080F7B
Tints of Navy #080F7B
RGB
CMYK
RGB Variations
Color information
#080F7B (or 0x080F7B) is known color: Navy. HEX triplet: 08, 0F and 7B. RGB value is (8,15,123). Sum of RGB (Red+Green+Blue) = 8+15+123=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #080F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F7B is #F7F084. Grayscale: #181818. Windows color (decimal): -16248965 or 8064776. OLE color: 8064776.
HSL color Cylindrical-coordinate representation of color #080F7B: hue angle of 236.35º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080F7B is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 15 | 123 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.52 |
| HSL | 236.35º | 0.88% | 0.26% | - |
| HSV(B) | 236.35º | 0.93% | 0.48% | - |
| XYZ | 3.85 | 1.82 | 18.89 | - |
| YUV | 25.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 123 | 0.93 | 0.88 | 0 | 0.52 | 236.35 | 0.88 | 0.26 |
| Hex | 8 | F | 7B | 5D | 58 | 0 | 34 | EC | 58 | 1A |
| Octal | 10 | 17 | 173 | 135 | 130 | 0 | 64 | 354 | 130 | 32 |
| Binary | 1000 | 1111 | 1111011 | 1011101 | 1011000 | 0 | 110100 | 11101100 | 1011000 | 11010 |
Color Harmonies of #080F7B
Complementary color
Monochromatic Colors of #080F7B
Black with #080F7B
Text Example
Text Example
White with #080F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F7B; }
p { color: rgb(8,15,123); }
H1.HeaderClassName
{
color: #080F7B;
}
.AnyTagClassName
{
color: #080F7B;
}
</style>
background-color css
<style>
a { background-color: #080F7B; }
a { background-color: rgb(8,15,123); }
div.DivClassName
{
background-color: #080F7B;
}
.BgClassName
{
background-color: #080F7B;
}
</style>
border-color css
<style>
span { border-color: #080F7B; }
span { border-color: rgb(8,15,123); }
td.TdClassName
{
border-color: #080F7B;
}
.TagClassName
{
border-color: #080F7B;
}
</style>