#0649E9

Color #0649E9 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0649E9

Tints of Navy Blue #0649E9

Color information

#0649E9 (or 0x0649E9) is unknown color: approx Navy Blue. HEX triplet: 06, 49 and E9. RGB value is (6,73,233). Sum of RGB (Red+Green+Blue) = 6+73+233=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #0649E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0649E9 is #F9B616. Grayscale: #464646. Windows color (decimal): -16365079 or 15288582. OLE color: 15288582.

HSL color Cylindrical-coordinate representation of color #0649E9: hue angle of 222.29º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649E9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB673233-
CMYK0.970.6900.09
HSL222.29º94.98%46.86%-
HSV(B)222.29º97.42%91.37%-
XYZ17.1710.6978.25-
YUV71.21219.381.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 233 (91.41% from 255) = 74.68%
R=1.92%
G=23.40%
B=74.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6732330.970.6900.09222.2994.9846.86
Hex649E9614509de5f2f
Octal611135114110501133613757
Binary1101001001111010011100001100010101001110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0649E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0649E9; }

 p { color: rgb(6,73,233); }

 H1.HeaderClassName
 {
   color: #0649E9;
 }
 .AnyTagClassName
 {
   color: #0649E9;
 }
</style>
background-color css

<style>
 a { background-color: #0649E9; }

 a { background-color: rgb(6,73,233); }

 div.DivClassName
 {
   background-color: #0649E9;
 }
 .BgClassName
 {
   background-color: #0649E9;
 }
</style>
border-color css

<style>
 span { border-color: #0649E9; }

 span { border-color: rgb(6,73,233); }

 td.TdClassName
 {
   border-color: #0649E9;
 }
 .TagClassName
 {
   border-color: #0649E9;
 }
</style>