Shades of Navy Blue #077BCE
Tints of Navy Blue #077BCE
RGB
CMYK
RGB Variations
Color information
#077BCE (or 0x077BCE) is known color: Navy Blue. HEX triplet: 07, 7B and CE. RGB value is (7,123,206). Sum of RGB (Red+Green+Blue) = 7+123+206=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #077BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BCE is #F88431. Grayscale: #616161. Windows color (decimal): -16286770 or 13531911. OLE color: 13531911.
HSL color Cylindrical-coordinate representation of color #077BCE: hue angle of 205.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BCE is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 123 | 206 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.19 |
| HSL | 205.03º | 0.93% | 0.42% | - |
| HSV(B) | 205.03º | 0.97% | 0.81% | - |
| XYZ | 18.31 | 18.67 | 61.03 | - |
| YUV | 97.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 206 | 0.97 | 0.40 | 0 | 0.19 | 205.03 | 0.93 | 0.42 |
| Hex | 7 | 7B | CE | 61 | 28 | 0 | 13 | CD | 5D | 2A |
| Octal | 7 | 173 | 316 | 141 | 50 | 0 | 23 | 315 | 135 | 52 |
| Binary | 111 | 1111011 | 11001110 | 1100001 | 101000 | 0 | 10011 | 11001101 | 1011101 | 101010 |
Color Harmonies of #077BCE
Complementary color
Monochromatic Colors of #077BCE
Black with #077BCE
Text Example
Text Example
White with #077BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BCE; }
p { color: rgb(7,123,206); }
H1.HeaderClassName
{
color: #077BCE;
}
.AnyTagClassName
{
color: #077BCE;
}
</style>
background-color css
<style>
a { background-color: #077BCE; }
a { background-color: rgb(7,123,206); }
div.DivClassName
{
background-color: #077BCE;
}
.BgClassName
{
background-color: #077BCE;
}
</style>
border-color css
<style>
span { border-color: #077BCE; }
span { border-color: rgb(7,123,206); }
td.TdClassName
{
border-color: #077BCE;
}
.TagClassName
{
border-color: #077BCE;
}
</style>