#047ccc

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

Shades of Navy Blue #047CCC

Tints of Navy Blue #047CCC

Color information

#047CCC (or 0x047CCC) is unknown color: approx Navy Blue. HEX triplet: 04, 7C and CC. RGB value is (4,124,204). Sum of RGB (Red+Green+Blue) = 4+124+204=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #047CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CCC is #FB8333. Grayscale: #606060. Windows color (decimal): -16483124 or 13401092. OLE color: 13401092.

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

Color convert

RGB4124204-
CMYK0.980.3900.2
HSL204º96.15%40.78%-
HSV(B)204º98.04%80%-
XYZ18.1618.859.8-
YUV97.24188.2461.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.20%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 204 (80.08% from 255) = 61.45%
R=1.20%
G=37.35%
B=61.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41242040.980.3900.220496.1540.78
Hex47CCC6227014cc6029
Octal41743141424702431414051
Binary1001111100110011001100010100111010100110011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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