Html Css Color HEX #0049FE Navy Blue

📋 copy color: '#0049FE'

red 0 ◦ green 73 ◦ blue 254

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

Shades of Navy Blue #0049FE

Tints of Navy Blue #0049FE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 254 (99.61% from 255) = 77.68%

R = 0%
G = 22.32%
B = 77.68%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0049FE (or 0x0049FE) is known color: Navy Blue. HEX triplet: 00, 49 and FE. RGB value is (0,73,254). Sum of RGB (Red+Green+Blue) = 0+73+254=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #0049FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0049FE is #FFB601. Grayscale: #474747. Windows color (decimal): -16758274 or 16664832. OLE color: 16664832.

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

Color convert

RGB 0 73 254 -
CMYK 1 0.71 0 0.00
HSL 222.76º 1% 0.5% -
HSV(B) 222.76º 1% 1% -
XYZ 20.27 11.92 95 -
YUV 71.81 230.82 76.78 -
System Red Green Blue C M Y K H S L
Decimal 0 73 254 1 0.71 0 0.00 222.76 1 0.5
Hex 0 49 FE 64 47 0 0 DF 64 32
Octal 0 111 376 144 107 0 0 337 144 62
Binary 0 1001001 11111110 1100100 1000111 0 0 11011111 1100100 110010

Color Harmonies of #0049FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049FE

Black with #0049FE

Text Example


Text Example

White with #0049FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0049FE; }

 p { color: rgb(0,73,254); }

 H1.HeaderClassName
 {
   color: #0049FE;
 }
 .AnyTagClassName
 {
   color: #0049FE;
 }
</style>

background-color css

<style>
 a { background-color: #0049FE; }

 a { background-color: rgb(0,73,254); }

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

border-color css

<style>
 span { border-color: #0049FE; }

 span { border-color: rgb(0,73,254); }

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