Shades of Navy Blue #0650E4
Tints of Navy Blue #0650E4
RGB
CMYK
RGB Variations
Color information
#0650E4 (or 0x0650E4) is known color: Navy Blue. HEX triplet: 06, 50 and E4. RGB value is (6,80,228). Sum of RGB (Red+Green+Blue) = 6+80+228=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 228 (89.45% from 255 or 72.61% from 314); Max value from RGB is 228 - color contains mainly: blue. Hex color #0650E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650E4 is #F9AF1B. Grayscale: #4A4A4A. Windows color (decimal): -16363292 or 14962694. OLE color: 14962694.
HSL color Cylindrical-coordinate representation of color #0650E4: hue angle of 220º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650E4 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 80 | 228 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.11 |
| HSL | 220º | 0.95% | 0.46% | - |
| HSV(B) | 220º | 0.97% | 0.89% | - |
| XYZ | 16.95 | 11.38 | 74.7 | - |
| YUV | 74.75 | 214.48 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 228 | 0.97 | 0.65 | 0 | 0.11 | 220 | 0.95 | 0.46 |
| Hex | 6 | 50 | E4 | 61 | 41 | 0 | B | DC | 5F | 2E |
| Octal | 6 | 120 | 344 | 141 | 101 | 0 | 13 | 334 | 137 | 56 |
| Binary | 110 | 1010000 | 11100100 | 1100001 | 1000001 | 0 | 1011 | 11011100 | 1011111 | 101110 |
Color Harmonies of #0650E4
Complementary color
Monochromatic Colors of #0650E4
Black with #0650E4
Text Example
Text Example
White with #0650E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650E4; }
p { color: rgb(6,80,228); }
H1.HeaderClassName
{
color: #0650E4;
}
.AnyTagClassName
{
color: #0650E4;
}
</style>
background-color css
<style>
a { background-color: #0650E4; }
a { background-color: rgb(6,80,228); }
div.DivClassName
{
background-color: #0650E4;
}
.BgClassName
{
background-color: #0650E4;
}
</style>
border-color css
<style>
span { border-color: #0650E4; }
span { border-color: rgb(6,80,228); }
td.TdClassName
{
border-color: #0650E4;
}
.TagClassName
{
border-color: #0650E4;
}
</style>