Shades of Navy Blue #0774EB
Tints of Navy Blue #0774EB
RGB
CMYK
RGB Variations
Color information
#0774EB (or 0x0774EB) is known color: Navy Blue. HEX triplet: 07, 74 and EB. RGB value is (7,116,235). Sum of RGB (Red+Green+Blue) = 7+116+235=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #0774EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0774EB is #F88B14. Grayscale: #606060. Windows color (decimal): -16288533 or 15430663. OLE color: 15430663.
HSL color Cylindrical-coordinate representation of color #0774EB: hue angle of 211.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0774EB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 116 | 235 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.08 |
| HSL | 211.32º | 0.94% | 0.47% | - |
| HSV(B) | 211.32º | 0.97% | 0.92% | - |
| XYZ | 21.33 | 18.53 | 81.05 | - |
| YUV | 96.98 | 205.89 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 235 | 0.97 | 0.51 | 0 | 0.08 | 211.32 | 0.94 | 0.47 |
| Hex | 7 | 74 | EB | 61 | 33 | 0 | 8 | D3 | 5E | 2F |
| Octal | 7 | 164 | 353 | 141 | 63 | 0 | 10 | 323 | 136 | 57 |
| Binary | 111 | 1110100 | 11101011 | 1100001 | 110011 | 0 | 1000 | 11010011 | 1011110 | 101111 |
Color Harmonies of #0774EB
Complementary color
Monochromatic Colors of #0774EB
Black with #0774EB
Text Example
Text Example
White with #0774EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0774EB; }
p { color: rgb(7,116,235); }
H1.HeaderClassName
{
color: #0774EB;
}
.AnyTagClassName
{
color: #0774EB;
}
</style>
background-color css
<style>
a { background-color: #0774EB; }
a { background-color: rgb(7,116,235); }
div.DivClassName
{
background-color: #0774EB;
}
.BgClassName
{
background-color: #0774EB;
}
</style>
border-color css
<style>
span { border-color: #0774EB; }
span { border-color: rgb(7,116,235); }
td.TdClassName
{
border-color: #0774EB;
}
.TagClassName
{
border-color: #0774EB;
}
</style>