Html Css Color HEX #047ECD Navy Blue

📋 copy color: '#047ECD'

red 4 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #047ECD

Tints of Navy Blue #047ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 1.19%
G = 37.61%
B = 61.19%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#047ECD (or 0x047ECD) is known color: Navy Blue. HEX triplet: 04, 7E and CD. RGB value is (4,126,205). Sum of RGB (Red+Green+Blue) = 4+126+205=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #047ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ECD is #FB8132. Grayscale: #626262. Windows color (decimal): -16482611 or 13467140. OLE color: 13467140.

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

Color convert

RGB 4 126 205 -
CMYK 0.98 0.39 0 0.20
HSL 203.58º 0.96% 0.41% -
HSV(B) 203.58º 0.98% 0.8% -
XYZ 18.53 19.36 60.52 -
YUV 98.53 188.08 60.58 -
System Red Green Blue C M Y K H S L
Decimal 4 126 205 0.98 0.39 0 0.20 203.58 0.96 0.41
Hex 4 7E CD 62 27 0 14 CC 60 29
Octal 4 176 315 142 47 0 24 314 140 51
Binary 100 1111110 11001101 1100010 100111 0 10100 11001100 1100000 101001

Color Harmonies of #047ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ECD

Black with #047ECD

Text Example


Text Example

White with #047ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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