Shades of Navy Blue #0784E1
Tints of Navy Blue #0784E1
RGB
CMYK
RGB Variations
Color information
#0784E1 (or 0x0784E1) is known color: Navy Blue. HEX triplet: 07, 84 and E1. RGB value is (7,132,225). Sum of RGB (Red+Green+Blue) = 7+132+225=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 225 (88.28% from 255 or 61.81% from 364); Max value from RGB is 225 - color contains mainly: blue. Hex color #0784E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0784E1 is #F87B1E. Grayscale: #686868. Windows color (decimal): -16284447 or 14779399. OLE color: 14779399.
HSL color Cylindrical-coordinate representation of color #0784E1: hue angle of 205.6º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0784E1 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 132 | 225 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.12 |
| HSL | 205.6º | 0.94% | 0.45% | - |
| HSV(B) | 205.6º | 0.97% | 0.88% | - |
| XYZ | 21.93 | 21.98 | 74.32 | - |
| YUV | 105.23 | 195.59 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 225 | 0.97 | 0.41 | 0 | 0.12 | 205.6 | 0.94 | 0.45 |
| Hex | 7 | 84 | E1 | 61 | 29 | 0 | C | CE | 5E | 2D |
| Octal | 7 | 204 | 341 | 141 | 51 | 0 | 14 | 316 | 136 | 55 |
| Binary | 111 | 10000100 | 11100001 | 1100001 | 101001 | 0 | 1100 | 11001110 | 1011110 | 101101 |
Color Harmonies of #0784E1
Complementary color
Monochromatic Colors of #0784E1
Black with #0784E1
Text Example
Text Example
White with #0784E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0784E1; }
p { color: rgb(7,132,225); }
H1.HeaderClassName
{
color: #0784E1;
}
.AnyTagClassName
{
color: #0784E1;
}
</style>
background-color css
<style>
a { background-color: #0784E1; }
a { background-color: rgb(7,132,225); }
div.DivClassName
{
background-color: #0784E1;
}
.BgClassName
{
background-color: #0784E1;
}
</style>
border-color css
<style>
span { border-color: #0784E1; }
span { border-color: rgb(7,132,225); }
td.TdClassName
{
border-color: #0784E1;
}
.TagClassName
{
border-color: #0784E1;
}
</style>