Shades of Navy #080B7A
Tints of Navy #080B7A
RGB
CMYK
RGB Variations
Color information
#080B7A (or 0x080B7A) is known color: Navy. HEX triplet: 08, 0B and 7A. RGB value is (8,11,122). Sum of RGB (Red+Green+Blue) = 8+11+122=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 122 (48.05% from 255 or 86.52% from 141); Max value from RGB is 122 - color contains mainly: blue. Hex color #080B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B7A is #F7F485. Grayscale: #161616. Windows color (decimal): -16249990 or 7998216. OLE color: 7998216.
HSL color Cylindrical-coordinate representation of color #080B7A: hue angle of 238.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080B7A is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 11 | 122 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.52 |
| HSL | 238.42º | 0.88% | 0.25% | - |
| HSV(B) | 238.42º | 0.93% | 0.48% | - |
| XYZ | 3.73 | 1.7 | 18.54 | - |
| YUV | 22.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 122 | 0.93 | 0.91 | 0 | 0.52 | 238.42 | 0.88 | 0.25 |
| Hex | 8 | B | 7A | 5D | 5B | 0 | 34 | EE | 58 | 19 |
| Octal | 10 | 13 | 172 | 135 | 133 | 0 | 64 | 356 | 130 | 31 |
| Binary | 1000 | 1011 | 1111010 | 1011101 | 1011011 | 0 | 110100 | 11101110 | 1011000 | 11001 |
Color Harmonies of #080B7A
Complementary color
Monochromatic Colors of #080B7A
Black with #080B7A
Text Example
Text Example
White with #080B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B7A; }
p { color: rgb(8,11,122); }
H1.HeaderClassName
{
color: #080B7A;
}
.AnyTagClassName
{
color: #080B7A;
}
</style>
background-color css
<style>
a { background-color: #080B7A; }
a { background-color: rgb(8,11,122); }
div.DivClassName
{
background-color: #080B7A;
}
.BgClassName
{
background-color: #080B7A;
}
</style>
border-color css
<style>
span { border-color: #080B7A; }
span { border-color: rgb(8,11,122); }
td.TdClassName
{
border-color: #080B7A;
}
.TagClassName
{
border-color: #080B7A;
}
</style>