Html Css Color HEX #0479EA Navy Blue

📋 copy color: '#0479EA'

red 4 ◦ green 121 ◦ blue 234

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

Shades of Navy Blue #0479EA

Tints of Navy Blue #0479EA

RGB

 RED value IS 4 (1.95% from 255) = 1.11%

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 234 (91.8% from 255) = 65.18%

R = 1.11%
G = 33.7%
B = 65.18%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0479EA (or 0x0479EA) is known color: Navy Blue. HEX triplet: 04, 79 and EA. RGB value is (4,121,234). Sum of RGB (Red+Green+Blue) = 4+121+234=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #0479EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0479EA is #FB8615. Grayscale: #626262. Windows color (decimal): -16483862 or 15366404. OLE color: 15366404.

HSL color Cylindrical-coordinate representation of color #0479EA: hue angle of 209.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0479EA is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 121 234 -
CMYK 0.98 0.48 0 0.08
HSL 209.48º 0.97% 0.47% -
HSV(B) 209.48º 0.98% 0.92% -
XYZ 21.74 19.64 80.49 -
YUV 98.9 204.24 60.31 -
System Red Green Blue C M Y K H S L
Decimal 4 121 234 0.98 0.48 0 0.08 209.48 0.97 0.47
Hex 4 79 EA 62 30 0 8 D1 61 2F
Octal 4 171 352 142 60 0 10 321 141 57
Binary 100 1111001 11101010 1100010 110000 0 1000 11010001 1100001 101111

Color Harmonies of #0479EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0479EA

Black with #0479EA

Text Example


Text Example

White with #0479EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0479EA; }

 p { color: rgb(4,121,234); }

 H1.HeaderClassName
 {
   color: #0479EA;
 }
 .AnyTagClassName
 {
   color: #0479EA;
 }
</style>

background-color css

<style>
 a { background-color: #0479EA; }

 a { background-color: rgb(4,121,234); }

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

border-color css

<style>
 span { border-color: #0479EA; }

 span { border-color: rgb(4,121,234); }

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