Html Css Color HEX #0479DC Navy Blue

📋 copy color: '#0479DC'

red 4 ◦ green 121 ◦ blue 220

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

Shades of Navy Blue #0479DC

Tints of Navy Blue #0479DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 1.16%
G = 35.07%
B = 63.77%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0479DC (or 0x0479DC) is known color: Navy Blue. HEX triplet: 04, 79 and DC. RGB value is (4,121,220). Sum of RGB (Red+Green+Blue) = 4+121+220=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #0479DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0479DC is #FB8623. Grayscale: #606060. Windows color (decimal): -16483876 or 14448900. OLE color: 14448900.

HSL color Cylindrical-coordinate representation of color #0479DC: hue angle of 207.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0479DC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 121 220 -
CMYK 0.98 0.45 0 0.14
HSL 207.5º 0.96% 0.44% -
HSV(B) 207.5º 0.98% 0.86% -
XYZ 19.81 18.87 70.31 -
YUV 97.3 197.24 61.45 -
System Red Green Blue C M Y K H S L
Decimal 4 121 220 0.98 0.45 0 0.14 207.5 0.96 0.44
Hex 4 79 DC 62 2D 0 E D0 60 2C
Octal 4 171 334 142 55 0 16 320 140 54
Binary 100 1111001 11011100 1100010 101101 0 1110 11010000 1100000 101100

Color Harmonies of #0479DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0479DC

Black with #0479DC

Text Example


Text Example

White with #0479DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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