Html Css Color HEX #0649EC Navy Blue

📋 copy color: '#0649EC'

red 6 ◦ green 73 ◦ blue 236

#0649EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0649EC

Tints of Navy Blue #0649EC

RGB

 RED value IS 6 (2.73% from 255) = 1.9%

 GREEN value IS 73 (28.91% from 255) = 23.17%

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 1.9%
G = 23.17%
B = 74.92%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0649EC (or 0x0649EC) is known color: Navy Blue. HEX triplet: 06, 49 and EC. RGB value is (6,73,236). Sum of RGB (Red+Green+Blue) = 6+73+236=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #0649EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0649EC is #F9B613. Grayscale: #464646. Windows color (decimal): -16365076 or 15485190. OLE color: 15485190.

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

Color convert

RGB 6 73 236 -
CMYK 0.97 0.69 0 0.07
HSL 222.52º 0.95% 0.47% -
HSV(B) 222.52º 0.97% 0.93% -
XYZ 17.6 10.86 80.53 -
YUV 71.55 220.8 81.25 -
System Red Green Blue C M Y K H S L
Decimal 6 73 236 0.97 0.69 0 0.07 222.52 0.95 0.47
Hex 6 49 EC 61 45 0 7 DF 5F 2F
Octal 6 111 354 141 105 0 7 337 137 57
Binary 110 1001001 11101100 1100001 1000101 0 111 11011111 1011111 101111

Color Harmonies of #0649EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649EC

Black with #0649EC

Text Example


Text Example

White with #0649EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0649EC;
 }
 .AnyTagClassName
 {
   color: #0649EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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