Shades of Navy #080B6F
Tints of Navy #080B6F
RGB
CMYK
RGB Variations
Color information
#080B6F (or 0x080B6F) is known color: Navy. HEX triplet: 08, 0B and 6F. RGB value is (8,11,111). Sum of RGB (Red+Green+Blue) = 8+11+111=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #080B6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B6F is #F7F490. Grayscale: #151515. Windows color (decimal): -16250001 or 7277320. OLE color: 7277320.
HSL color Cylindrical-coordinate representation of color #080B6F: hue angle of 238.25º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080B6F is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 11 | 111 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.56 |
| HSL | 238.25º | 0.87% | 0.23% | - |
| HSV(B) | 238.25º | 0.93% | 0.44% | - |
| XYZ | 3.09 | 1.44 | 15.15 | - |
| YUV | 21.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 111 | 0.93 | 0.90 | 0 | 0.56 | 238.25 | 0.87 | 0.23 |
| Hex | 8 | B | 6F | 5D | 5A | 0 | 38 | EE | 57 | 17 |
| Octal | 10 | 13 | 157 | 135 | 132 | 0 | 70 | 356 | 127 | 27 |
| Binary | 1000 | 1011 | 1101111 | 1011101 | 1011010 | 0 | 111000 | 11101110 | 1010111 | 10111 |
Color Harmonies of #080B6F
Complementary color
Monochromatic Colors of #080B6F
Black with #080B6F
Text Example
Text Example
White with #080B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B6F; }
p { color: rgb(8,11,111); }
H1.HeaderClassName
{
color: #080B6F;
}
.AnyTagClassName
{
color: #080B6F;
}
</style>
background-color css
<style>
a { background-color: #080B6F; }
a { background-color: rgb(8,11,111); }
div.DivClassName
{
background-color: #080B6F;
}
.BgClassName
{
background-color: #080B6F;
}
</style>
border-color css
<style>
span { border-color: #080B6F; }
span { border-color: rgb(8,11,111); }
td.TdClassName
{
border-color: #080B6F;
}
.TagClassName
{
border-color: #080B6F;
}
</style>