Html Css Color HEX #047ECE Navy Blue

📋 copy color: '#047ECE'

red 4 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #047ECE

Tints of Navy Blue #047ECE

RGB

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

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

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

R = 1.19%
G = 37.5%
B = 61.31%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#047ECE (or 0x047ECE) is known color: Navy Blue. HEX triplet: 04, 7E and CE. RGB value is (4,126,206). Sum of RGB (Red+Green+Blue) = 4+126+206=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #047ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ECE is #FB8131. Grayscale: #626262. Windows color (decimal): -16482610 or 13532676. OLE color: 13532676.

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

Color convert

RGB 4 126 206 -
CMYK 0.98 0.39 0 0.19
HSL 203.76º 0.96% 0.41% -
HSV(B) 203.76º 0.98% 0.81% -
XYZ 18.65 19.4 61.15 -
YUV 98.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 4 126 206 0.98 0.39 0 0.19 203.76 0.96 0.41
Hex 4 7E CE 62 27 0 13 CC 60 29
Octal 4 176 316 142 47 0 23 314 140 51
Binary 100 1111110 11001110 1100010 100111 0 10011 11001100 1100000 101001

Color Harmonies of #047ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ECE

Black with #047ECE

Text Example


Text Example

White with #047ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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