Html Css Color HEX #0649FF Navy Blue

📋 copy color: '#0649FF'

red 6 ◦ green 73 ◦ blue 255

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

Shades of Navy Blue #0649FF

Tints of Navy Blue #0649FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 1.8%
G = 21.86%
B = 76.35%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0649FF (or 0x0649FF) is known color: Navy Blue. HEX triplet: 06, 49 and FF. RGB value is (6,73,255). Sum of RGB (Red+Green+Blue) = 6+73+255=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #0649FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0649FF is #F9B600. Grayscale: #484848. Windows color (decimal): -16365057 or 16730374. OLE color: 16730374.

HSL color Cylindrical-coordinate representation of color #0649FF: hue angle of 223.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0649FF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 73 255 -
CMYK 0.98 0.71 0 0
HSL 223.86º 1% 0.51% -
HSV(B) 223.86º 0.98% 1% -
XYZ 20.51 12.02 95.85 -
YUV 73.72 230.3 79.7 -
System Red Green Blue C M Y K H S L
Decimal 6 73 255 0.98 0.71 0 0 223.86 1 0.51
Hex 6 49 FF 62 47 0 0 E0 64 33
Octal 6 111 377 142 107 0 0 340 144 63
Binary 110 1001001 11111111 1100010 1000111 0 0 11100000 1100100 110011

Color Harmonies of #0649FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649FF

Black with #0649FF

Text Example


Text Example

White with #0649FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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