Shades of Navy Blue #076CF0
Tints of Navy Blue #076CF0
RGB
CMYK
RGB Variations
Color information
#076CF0 (or 0x076CF0) is known color: Navy Blue. HEX triplet: 07, 6C and F0. RGB value is (7,108,240). Sum of RGB (Red+Green+Blue) = 7+108+240=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #076CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CF0 is #F8930F. Grayscale: #5C5C5C. Windows color (decimal): -16290576 or 15756295. OLE color: 15756295.
HSL color Cylindrical-coordinate representation of color #076CF0: hue angle of 213.99º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CF0 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 108 | 240 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.06 |
| HSL | 213.99º | 0.94% | 0.48% | - |
| HSV(B) | 213.99º | 0.97% | 0.94% | - |
| XYZ | 21.18 | 17.06 | 84.62 | - |
| YUV | 92.85 | 211.04 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 240 | 0.97 | 0.55 | 0 | 0.06 | 213.99 | 0.94 | 0.48 |
| Hex | 7 | 6C | F0 | 61 | 37 | 0 | 6 | D6 | 5E | 30 |
| Octal | 7 | 154 | 360 | 141 | 67 | 0 | 6 | 326 | 136 | 60 |
| Binary | 111 | 1101100 | 11110000 | 1100001 | 110111 | 0 | 110 | 11010110 | 1011110 | 110000 |
Color Harmonies of #076CF0
Complementary color
Monochromatic Colors of #076CF0
Black with #076CF0
Text Example
Text Example
White with #076CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CF0; }
p { color: rgb(7,108,240); }
H1.HeaderClassName
{
color: #076CF0;
}
.AnyTagClassName
{
color: #076CF0;
}
</style>
background-color css
<style>
a { background-color: #076CF0; }
a { background-color: rgb(7,108,240); }
div.DivClassName
{
background-color: #076CF0;
}
.BgClassName
{
background-color: #076CF0;
}
</style>
border-color css
<style>
span { border-color: #076CF0; }
span { border-color: rgb(7,108,240); }
td.TdClassName
{
border-color: #076CF0;
}
.TagClassName
{
border-color: #076CF0;
}
</style>