#047CD1

Color #047CD1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #047CD1

Tints of Navy Blue #047CD1

Color information

#047CD1 (or 0x047CD1) is unknown color: approx Navy Blue. HEX triplet: 04, 7C and D1. RGB value is (4,124,209). Sum of RGB (Red+Green+Blue) = 4+124+209=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 209 (82.03% from 255 or 62.02% from 337); Max value from RGB is 209 - color contains mainly: blue. Hex color #047CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CD1 is #FB832E. Grayscale: #616161. Windows color (decimal): -16483119 or 13728772. OLE color: 13728772.

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

Color convert

RGB4124209-
CMYK0.980.4100.18
HSL204.88º96.24%41.76%-
HSV(B)204.88º98.09%81.96%-
XYZ18.7719.0463.01-
YUV97.81190.7461.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 209 (82.03% from 255) = 62.02%
R=1.19%
G=36.80%
B=62.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41242090.980.4100.18204.8896.2441.76
Hex47CD16229012cd602a
Octal41743211425102231514052
Binary1001111100110100011100010101001010010110011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,124,209); }

 H1.HeaderClassName
 {
   color: #047CD1;
 }
 .AnyTagClassName
 {
   color: #047CD1;
 }
</style>
background-color css

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

 a { background-color: rgb(4,124,209); }

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

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

 span { border-color: rgb(4,124,209); }

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