Shades of Navy Blue #076CED
Tints of Navy Blue #076CED
RGB
CMYK
RGB Variations
Color information
#076CED (or 0x076CED) is known color: Navy Blue. HEX triplet: 07, 6C and ED. RGB value is (7,108,237). Sum of RGB (Red+Green+Blue) = 7+108+237=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #076CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CED is #F89312. Grayscale: #5B5B5B. Windows color (decimal): -16290579 or 15559687. OLE color: 15559687.
HSL color Cylindrical-coordinate representation of color #076CED: hue angle of 213.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CED is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 108 | 237 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.07 |
| HSL | 213.65º | 0.94% | 0.48% | - |
| HSV(B) | 213.65º | 0.97% | 0.93% | - |
| XYZ | 20.74 | 16.88 | 82.29 | - |
| YUV | 92.51 | 209.54 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 237 | 0.97 | 0.54 | 0 | 0.07 | 213.65 | 0.94 | 0.48 |
| Hex | 7 | 6C | ED | 61 | 36 | 0 | 7 | D6 | 5E | 30 |
| Octal | 7 | 154 | 355 | 141 | 66 | 0 | 7 | 326 | 136 | 60 |
| Binary | 111 | 1101100 | 11101101 | 1100001 | 110110 | 0 | 111 | 11010110 | 1011110 | 110000 |
Color Harmonies of #076CED
Complementary color
Monochromatic Colors of #076CED
Black with #076CED
Text Example
Text Example
White with #076CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CED; }
p { color: rgb(7,108,237); }
H1.HeaderClassName
{
color: #076CED;
}
.AnyTagClassName
{
color: #076CED;
}
</style>
background-color css
<style>
a { background-color: #076CED; }
a { background-color: rgb(7,108,237); }
div.DivClassName
{
background-color: #076CED;
}
.BgClassName
{
background-color: #076CED;
}
</style>
border-color css
<style>
span { border-color: #076CED; }
span { border-color: rgb(7,108,237); }
td.TdClassName
{
border-color: #076CED;
}
.TagClassName
{
border-color: #076CED;
}
</style>