Html Css Color HEX #0649FA Navy Blue

📋 copy color: '#0649FA'

red 6 ◦ green 73 ◦ blue 250

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

Shades of Navy Blue #0649FA

Tints of Navy Blue #0649FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.99%

R = 1.82%
G = 22.19%
B = 75.99%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0649FA (or 0x0649FA) is known color: Navy Blue. HEX triplet: 06, 49 and FA. RGB value is (6,73,250). Sum of RGB (Red+Green+Blue) = 6+73+250=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #0649FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0649FA is #F9B605. Grayscale: #484848. Windows color (decimal): -16365062 or 16402694. OLE color: 16402694.

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

Color convert

RGB 6 73 250 -
CMYK 0.98 0.71 0 0.02
HSL 223.52º 0.96% 0.5% -
HSV(B) 223.52º 0.98% 0.98% -
XYZ 19.71 11.71 91.66 -
YUV 73.15 227.8 80.11 -
System Red Green Blue C M Y K H S L
Decimal 6 73 250 0.98 0.71 0 0.02 223.52 0.96 0.5
Hex 6 49 FA 62 47 0 2 E0 60 32
Octal 6 111 372 142 107 0 2 340 140 62
Binary 110 1001001 11111010 1100010 1000111 0 10 11100000 1100000 110010

Color Harmonies of #0649FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649FA

Black with #0649FA

Text Example


Text Example

White with #0649FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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