#0649DE

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

Shades of Navy Blue #0649DE

Tints of Navy Blue #0649DE

Color information

#0649DE (or 0x0649DE) is unknown color: approx Navy Blue. HEX triplet: 06, 49 and DE. RGB value is (6,73,222). Sum of RGB (Red+Green+Blue) = 6+73+222=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #0649DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0649DE is #F9B621. Grayscale: #454545. Windows color (decimal): -16365090 or 14567686. OLE color: 14567686.

HSL color Cylindrical-coordinate representation of color #0649DE: hue angle of 221.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649DE is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB673222-
CMYK0.970.6700.13
HSL221.39º94.74%44.71%-
HSV(B)221.39º97.3%87.06%-
XYZ15.6410.0870.23-
YUV69.95213.882.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 222 (87.11% from 255) = 73.75%
R=1.99%
G=24.25%
B=73.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6732220.970.6700.13221.3994.7444.71
Hex649DE61430Ddd5f2d
Octal611133614110301533513755
Binary1101001001110111101100001100001101101110111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0649DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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