Shades of Navy Blue #076CCD
Tints of Navy Blue #076CCD
RGB
CMYK
RGB Variations
Color information
#076CCD (or 0x076CCD) is known color: Navy Blue. HEX triplet: 07, 6C and CD. RGB value is (7,108,205). Sum of RGB (Red+Green+Blue) = 7+108+205=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #076CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CCD is #F89332. Grayscale: #585858. Windows color (decimal): -16290611 or 13462535. OLE color: 13462535.
HSL color Cylindrical-coordinate representation of color #076CCD: hue angle of 209.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CCD is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 108 | 205 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.20 |
| HSL | 209.39º | 0.93% | 0.42% | - |
| HSV(B) | 209.39º | 0.97% | 0.8% | - |
| XYZ | 16.47 | 15.18 | 59.82 | - |
| YUV | 88.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 205 | 0.97 | 0.47 | 0 | 0.20 | 209.39 | 0.93 | 0.42 |
| Hex | 7 | 6C | CD | 61 | 2F | 0 | 14 | D1 | 5D | 2A |
| Octal | 7 | 154 | 315 | 141 | 57 | 0 | 24 | 321 | 135 | 52 |
| Binary | 111 | 1101100 | 11001101 | 1100001 | 101111 | 0 | 10100 | 11010001 | 1011101 | 101010 |
Color Harmonies of #076CCD
Complementary color
Monochromatic Colors of #076CCD
Black with #076CCD
Text Example
Text Example
White with #076CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CCD; }
p { color: rgb(7,108,205); }
H1.HeaderClassName
{
color: #076CCD;
}
.AnyTagClassName
{
color: #076CCD;
}
</style>
background-color css
<style>
a { background-color: #076CCD; }
a { background-color: rgb(7,108,205); }
div.DivClassName
{
background-color: #076CCD;
}
.BgClassName
{
background-color: #076CCD;
}
</style>
border-color css
<style>
span { border-color: #076CCD; }
span { border-color: rgb(7,108,205); }
td.TdClassName
{
border-color: #076CCD;
}
.TagClassName
{
border-color: #076CCD;
}
</style>