Shades of Navy Blue #076CDA
Tints of Navy Blue #076CDA
RGB
CMYK
RGB Variations
Color information
#076CDA (or 0x076CDA) is known color: Navy Blue. HEX triplet: 07, 6C and DA. RGB value is (7,108,218). Sum of RGB (Red+Green+Blue) = 7+108+218=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #076CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CDA is #F89325. Grayscale: #595959. Windows color (decimal): -16290598 or 14314503. OLE color: 14314503.
HSL color Cylindrical-coordinate representation of color #076CDA: hue angle of 211.28º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CDA is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 108 | 218 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.15 |
| HSL | 211.28º | 0.94% | 0.44% | - |
| HSV(B) | 211.28º | 0.97% | 0.85% | - |
| XYZ | 18.11 | 15.83 | 68.43 | - |
| YUV | 90.34 | 200.04 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 218 | 0.97 | 0.50 | 0 | 0.15 | 211.28 | 0.94 | 0.44 |
| Hex | 7 | 6C | DA | 61 | 32 | 0 | F | D3 | 5E | 2C |
| Octal | 7 | 154 | 332 | 141 | 62 | 0 | 17 | 323 | 136 | 54 |
| Binary | 111 | 1101100 | 11011010 | 1100001 | 110010 | 0 | 1111 | 11010011 | 1011110 | 101100 |
Color Harmonies of #076CDA
Complementary color
Monochromatic Colors of #076CDA
Black with #076CDA
Text Example
Text Example
White with #076CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CDA; }
p { color: rgb(7,108,218); }
H1.HeaderClassName
{
color: #076CDA;
}
.AnyTagClassName
{
color: #076CDA;
}
</style>
background-color css
<style>
a { background-color: #076CDA; }
a { background-color: rgb(7,108,218); }
div.DivClassName
{
background-color: #076CDA;
}
.BgClassName
{
background-color: #076CDA;
}
</style>
border-color css
<style>
span { border-color: #076CDA; }
span { border-color: rgb(7,108,218); }
td.TdClassName
{
border-color: #076CDA;
}
.TagClassName
{
border-color: #076CDA;
}
</style>