Html Css Color HEX #047ECC Navy Blue

📋 copy color: '#047ECC'

red 4 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #047ECC

Tints of Navy Blue #047ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 1.2%
G = 37.72%
B = 61.08%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#047ECC (or 0x047ECC) is known color: Navy Blue. HEX triplet: 04, 7E and CC. RGB value is (4,126,204). Sum of RGB (Red+Green+Blue) = 4+126+204=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #047ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ECC is #FB8133. Grayscale: #616161. Windows color (decimal): -16482612 or 13401604. OLE color: 13401604.

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

Color convert

RGB 4 126 204 -
CMYK 0.98 0.38 0 0.2
HSL 203.4º 0.96% 0.41% -
HSV(B) 203.4º 0.98% 0.8% -
XYZ 18.41 19.31 59.88 -
YUV 98.41 187.58 60.66 -
System Red Green Blue C M Y K H S L
Decimal 4 126 204 0.98 0.38 0 0.2 203.4 0.96 0.41
Hex 4 7E CC 62 26 0 14 CB 60 29
Octal 4 176 314 142 46 0 24 313 140 51
Binary 100 1111110 11001100 1100010 100110 0 10100 11001011 1100000 101001

Color Harmonies of #047ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ECC

Black with #047ECC

Text Example


Text Example

White with #047ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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