Html Css Color HEX #0479DB Navy Blue

📋 copy color: '#0479DB'

red 4 ◦ green 121 ◦ blue 219

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

Shades of Navy Blue #0479DB

Tints of Navy Blue #0479DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 1.16%
G = 35.17%
B = 63.66%

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

#0479DB (or 0x0479DB) is known color: Navy Blue. HEX triplet: 04, 79 and DB. RGB value is (4,121,219). Sum of RGB (Red+Green+Blue) = 4+121+219=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #0479DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0479DB is #FB8624. Grayscale: #606060. Windows color (decimal): -16483877 or 14383364. OLE color: 14383364.

HSL color Cylindrical-coordinate representation of color #0479DB: hue angle of 207.35º 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 #0479DB is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 121 219 -
CMYK 0.98 0.45 0 0.14
HSL 207.35º 0.96% 0.44% -
HSV(B) 207.35º 0.98% 0.86% -
XYZ 19.67 18.82 69.61 -
YUV 97.19 196.74 61.53 -
System Red Green Blue C M Y K H S L
Decimal 4 121 219 0.98 0.45 0 0.14 207.35 0.96 0.44
Hex 4 79 DB 62 2D 0 E CF 60 2C
Octal 4 171 333 142 55 0 16 317 140 54
Binary 100 1111001 11011011 1100010 101101 0 1110 11001111 1100000 101100

Color Harmonies of #0479DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0479DB

Black with #0479DB

Text Example


Text Example

White with #0479DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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