Html Css Color HEX #047ED7 Navy Blue

📋 copy color: '#047ED7'

red 4 ◦ green 126 ◦ blue 215

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

Shades of Navy Blue #047ED7

Tints of Navy Blue #047ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 1.16%
G = 36.52%
B = 62.32%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#047ED7 (or 0x047ED7) is known color: Navy Blue. HEX triplet: 04, 7E and D7. RGB value is (4,126,215). Sum of RGB (Red+Green+Blue) = 4+126+215=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #047ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ED7 is #FB8128. Grayscale: #636363. Windows color (decimal): -16482601 or 14122500. OLE color: 14122500.

HSL color Cylindrical-coordinate representation of color #047ED7: hue angle of 205.31º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ED7 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 126 215 -
CMYK 0.98 0.41 0 0.16
HSL 205.31º 0.96% 0.43% -
HSV(B) 205.31º 0.98% 0.84% -
XYZ 19.78 19.85 67.08 -
YUV 99.67 193.08 59.76 -
System Red Green Blue C M Y K H S L
Decimal 4 126 215 0.98 0.41 0 0.16 205.31 0.96 0.43
Hex 4 7E D7 62 29 0 10 CD 60 2B
Octal 4 176 327 142 51 0 20 315 140 53
Binary 100 1111110 11010111 1100010 101001 0 10000 11001101 1100000 101011

Color Harmonies of #047ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ED7

Black with #047ED7

Text Example


Text Example

White with #047ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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