Html Css Color HEX #0479CE Navy Blue

📋 copy color: '#0479CE'

red 4 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #0479CE

Tints of Navy Blue #0479CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 1.21%
G = 36.56%
B = 62.24%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0479CE (or 0x0479CE) is known color: Navy Blue. HEX triplet: 04, 79 and CE. RGB value is (4,121,206). Sum of RGB (Red+Green+Blue) = 4+121+206=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #0479CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0479CE is #FB8631. Grayscale: #5F5F5F. Windows color (decimal): -16483890 or 13531396. OLE color: 13531396.

HSL color Cylindrical-coordinate representation of color #0479CE: hue angle of 205.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0479CE is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 121 206 -
CMYK 0.98 0.41 0 0.19
HSL 205.25º 0.96% 0.41% -
HSV(B) 205.25º 0.98% 0.81% -
XYZ 18.03 18.16 60.95 -
YUV 95.71 190.24 62.59 -
System Red Green Blue C M Y K H S L
Decimal 4 121 206 0.98 0.41 0 0.19 205.25 0.96 0.41
Hex 4 79 CE 62 29 0 13 CD 60 29
Octal 4 171 316 142 51 0 23 315 140 51
Binary 100 1111001 11001110 1100010 101001 0 10011 11001101 1100000 101001

Color Harmonies of #0479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0479CE

Black with #0479CE

Text Example


Text Example

White with #0479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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