Html Css Color HEX #047EDC Navy Blue

📋 copy color: '#047EDC'

red 4 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #047EDC

Tints of Navy Blue #047EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

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

R = 1.14%
G = 36%
B = 62.86%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#047EDC (or 0x047EDC) is known color: Navy Blue. HEX triplet: 04, 7E and DC. RGB value is (4,126,220). Sum of RGB (Red+Green+Blue) = 4+126+220=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #047EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EDC is #FB8123. Grayscale: #636363. Windows color (decimal): -16482596 or 14450180. OLE color: 14450180.

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

Color convert

RGB 4 126 220 -
CMYK 0.98 0.43 0 0.14
HSL 206.11º 0.96% 0.44% -
HSV(B) 206.11º 0.98% 0.86% -
XYZ 20.43 20.11 70.52 -
YUV 100.24 195.58 59.36 -
System Red Green Blue C M Y K H S L
Decimal 4 126 220 0.98 0.43 0 0.14 206.11 0.96 0.44
Hex 4 7E DC 62 2B 0 E CE 60 2C
Octal 4 176 334 142 53 0 16 316 140 54
Binary 100 1111110 11011100 1100010 101011 0 1110 11001110 1100000 101100

Color Harmonies of #047EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047EDC

Black with #047EDC

Text Example


Text Example

White with #047EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047EDC; }

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

 H1.HeaderClassName
 {
   color: #047EDC;
 }
 .AnyTagClassName
 {
   color: #047EDC;
 }
</style>

background-color css

<style>
 a { background-color: #047EDC; }

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

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

border-color css

<style>
 span { border-color: #047EDC; }

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

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