Html Css Color HEX #047ECF Navy Blue

📋 copy color: '#047ECF'

red 4 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #047ECF

Tints of Navy Blue #047ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 1.19%
G = 37.39%
B = 61.42%

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

#047ECF (or 0x047ECF) is known color: Navy Blue. HEX triplet: 04, 7E and CF. RGB value is (4,126,207). Sum of RGB (Red+Green+Blue) = 4+126+207=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #047ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ECF is #FB8130. Grayscale: #626262. Windows color (decimal): -16482609 or 13598212. OLE color: 13598212.

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

Color convert

RGB 4 126 207 -
CMYK 0.98 0.39 0 0.19
HSL 203.94º 0.96% 0.41% -
HSV(B) 203.94º 0.98% 0.81% -
XYZ 18.77 19.45 61.8 -
YUV 98.76 189.08 60.41 -
System Red Green Blue C M Y K H S L
Decimal 4 126 207 0.98 0.39 0 0.19 203.94 0.96 0.41
Hex 4 7E CF 62 27 0 13 CC 60 29
Octal 4 176 317 142 47 0 23 314 140 51
Binary 100 1111110 11001111 1100010 100111 0 10011 11001100 1100000 101001

Color Harmonies of #047ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ECF

Black with #047ECF

Text Example


Text Example

White with #047ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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