Shades of Navy #080A7B
Tints of Navy #080A7B
RGB
CMYK
RGB Variations
Color information
#080A7B (or 0x080A7B) is known color: Navy. HEX triplet: 08, 0A and 7B. RGB value is (8,10,123). Sum of RGB (Red+Green+Blue) = 8+10+123=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #080A7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A7B is #F7F584. Grayscale: #151515. Windows color (decimal): -16250245 or 8063496. OLE color: 8063496.
HSL color Cylindrical-coordinate representation of color #080A7B: hue angle of 238.96º 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 #080A7B is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 10 | 123 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.52 |
| HSL | 238.96º | 0.88% | 0.26% | - |
| HSV(B) | 238.96º | 0.93% | 0.48% | - |
| XYZ | 3.78 | 1.7 | 18.87 | - |
| YUV | 22.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 123 | 0.93 | 0.92 | 0 | 0.52 | 238.96 | 0.88 | 0.26 |
| Hex | 8 | A | 7B | 5D | 5C | 0 | 34 | EF | 58 | 1A |
| Octal | 10 | 12 | 173 | 135 | 134 | 0 | 64 | 357 | 130 | 32 |
| Binary | 1000 | 1010 | 1111011 | 1011101 | 1011100 | 0 | 110100 | 11101111 | 1011000 | 11010 |
Color Harmonies of #080A7B
Complementary color
Monochromatic Colors of #080A7B
Black with #080A7B
Text Example
Text Example
White with #080A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A7B; }
p { color: rgb(8,10,123); }
H1.HeaderClassName
{
color: #080A7B;
}
.AnyTagClassName
{
color: #080A7B;
}
</style>
background-color css
<style>
a { background-color: #080A7B; }
a { background-color: rgb(8,10,123); }
div.DivClassName
{
background-color: #080A7B;
}
.BgClassName
{
background-color: #080A7B;
}
</style>
border-color css
<style>
span { border-color: #080A7B; }
span { border-color: rgb(8,10,123); }
td.TdClassName
{
border-color: #080A7B;
}
.TagClassName
{
border-color: #080A7B;
}
</style>