Shades of Navy #080C7B
Tints of Navy #080C7B
RGB
CMYK
RGB Variations
Color information
#080C7B (or 0x080C7B) is known color: Navy. HEX triplet: 08, 0C and 7B. RGB value is (8,12,123). Sum of RGB (Red+Green+Blue) = 8+12+123=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #080C7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C7B is #F7F384. Grayscale: #171717. Windows color (decimal): -16249733 or 8064008. OLE color: 8064008.
HSL color Cylindrical-coordinate representation of color #080C7B: hue angle of 237.91º 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 #080C7B is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 12 | 123 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.52 |
| HSL | 237.91º | 0.88% | 0.26% | - |
| HSV(B) | 237.91º | 0.93% | 0.48% | - |
| XYZ | 3.81 | 1.74 | 18.88 | - |
| YUV | 23.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 123 | 0.93 | 0.90 | 0 | 0.52 | 237.91 | 0.88 | 0.26 |
| Hex | 8 | C | 7B | 5D | 5A | 0 | 34 | EE | 58 | 1A |
| Octal | 10 | 14 | 173 | 135 | 132 | 0 | 64 | 356 | 130 | 32 |
| Binary | 1000 | 1100 | 1111011 | 1011101 | 1011010 | 0 | 110100 | 11101110 | 1011000 | 11010 |
Color Harmonies of #080C7B
Complementary color
Monochromatic Colors of #080C7B
Black with #080C7B
Text Example
Text Example
White with #080C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C7B; }
p { color: rgb(8,12,123); }
H1.HeaderClassName
{
color: #080C7B;
}
.AnyTagClassName
{
color: #080C7B;
}
</style>
background-color css
<style>
a { background-color: #080C7B; }
a { background-color: rgb(8,12,123); }
div.DivClassName
{
background-color: #080C7B;
}
.BgClassName
{
background-color: #080C7B;
}
</style>
border-color css
<style>
span { border-color: #080C7B; }
span { border-color: rgb(8,12,123); }
td.TdClassName
{
border-color: #080C7B;
}
.TagClassName
{
border-color: #080C7B;
}
</style>