Shades of Navy Blue #076BBB
Tints of Navy Blue #076BBB
RGB
CMYK
RGB Variations
Color information
#076BBB (or 0x076BBB) is known color: Navy Blue. HEX triplet: 07, 6B and BB. RGB value is (7,107,187). Sum of RGB (Red+Green+Blue) = 7+107+187=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #076BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BBB is #F89444. Grayscale: #555555. Windows color (decimal): -16290885 or 12282631. OLE color: 12282631.
HSL color Cylindrical-coordinate representation of color #076BBB: hue angle of 206.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BBB is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 107 | 187 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.27 |
| HSL | 206.67º | 0.93% | 0.38% | - |
| HSV(B) | 206.67º | 0.96% | 0.73% | - |
| XYZ | 14.31 | 14.15 | 48.99 | - |
| YUV | 86.22 | 184.87 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 187 | 0.96 | 0.43 | 0 | 0.27 | 206.67 | 0.93 | 0.38 |
| Hex | 7 | 6B | BB | 60 | 2B | 0 | 1B | CF | 5D | 26 |
| Octal | 7 | 153 | 273 | 140 | 53 | 0 | 33 | 317 | 135 | 46 |
| Binary | 111 | 1101011 | 10111011 | 1100000 | 101011 | 0 | 11011 | 11001111 | 1011101 | 100110 |
Color Harmonies of #076BBB
Complementary color
Monochromatic Colors of #076BBB
Black with #076BBB
Text Example
Text Example
White with #076BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BBB; }
p { color: rgb(7,107,187); }
H1.HeaderClassName
{
color: #076BBB;
}
.AnyTagClassName
{
color: #076BBB;
}
</style>
background-color css
<style>
a { background-color: #076BBB; }
a { background-color: rgb(7,107,187); }
div.DivClassName
{
background-color: #076BBB;
}
.BgClassName
{
background-color: #076BBB;
}
</style>
border-color css
<style>
span { border-color: #076BBB; }
span { border-color: rgb(7,107,187); }
td.TdClassName
{
border-color: #076BBB;
}
.TagClassName
{
border-color: #076BBB;
}
</style>