#047FCC

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

Shades of Navy Blue #047FCC

Tints of Navy Blue #047FCC

Color information

#047FCC (or 0x047FCC) is unknown color: approx Navy Blue. HEX triplet: 04, 7F and CC. RGB value is (4,127,204). Sum of RGB (Red+Green+Blue) = 4+127+204=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #047FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FCC is #FB8033. Grayscale: #626262. Windows color (decimal): -16482356 or 13401860. OLE color: 13401860.

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

Color convert

RGB4127204-
CMYK0.980.3800.2
HSL203.1º96.15%40.78%-
HSV(B)203.1º98.04%80%-
XYZ18.5419.5659.93-
YUV99187.2560.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=1.19%
G=37.91%
B=60.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41272040.980.3800.2203.196.1540.78
Hex47FCC6226014cb6029
Octal41773141424602431314051
Binary1001111111110011001100010100110010100110010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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