Html Css Color HEX #0649FD Navy Blue

📋 copy color: '#0649FD'

red 6 ◦ green 73 ◦ blue 253

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

Shades of Navy Blue #0649FD

Tints of Navy Blue #0649FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 76.2%

R = 1.81%
G = 21.99%
B = 76.2%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0649FD (or 0x0649FD) is known color: Navy Blue. HEX triplet: 06, 49 and FD. RGB value is (6,73,253). Sum of RGB (Red+Green+Blue) = 6+73+253=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #0649FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0649FD is #F9B602. Grayscale: #484848. Windows color (decimal): -16365059 or 16599302. OLE color: 16599302.

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

Color convert

RGB 6 73 253 -
CMYK 0.98 0.71 0 0.01
HSL 223.72º 0.98% 0.51% -
HSV(B) 223.72º 0.98% 0.99% -
XYZ 20.19 11.9 94.16 -
YUV 73.49 229.3 79.86 -
System Red Green Blue C M Y K H S L
Decimal 6 73 253 0.98 0.71 0 0.01 223.72 0.98 0.51
Hex 6 49 FD 62 47 0 1 E0 62 33
Octal 6 111 375 142 107 0 1 340 142 63
Binary 110 1001001 11111101 1100010 1000111 0 1 11100000 1100010 110011

Color Harmonies of #0649FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649FD

Black with #0649FD

Text Example


Text Example

White with #0649FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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