#0047FF

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

Shades of Navy Blue #0047FF

Tints of Navy Blue #0047FF

Color information

#0047FF (or 0x0047FF) is unknown color: approx Navy Blue. HEX triplet: 00, 47 and FF. RGB value is (0,71,255). Sum of RGB (Red+Green+Blue) = 0+71+255=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #0047FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0047FF is #FFB800. Grayscale: #454545. Windows color (decimal): -16758785 or 16729856. OLE color: 16729856.

HSL color Cylindrical-coordinate representation of color #0047FF: hue angle of 223.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047FF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB071255-
CMYK10.7200
HSL223.29º100%50%-
HSV(B)223.29º100%100%-
XYZ20.311.7395.8-
YUV70.75231.9877.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 255 (100% from 255) = 78.22%
R=0%
G=21.78%
B=78.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal07125510.7200223.2910050
Hex047FF644800df6432
Octal01073771441100033714462
Binary01000111111111111100100100100000110111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0047FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0047FF; }

 p { color: rgb(0,71,255); }

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

<style>
 a { background-color: #0047FF; }

 a { background-color: rgb(0,71,255); }

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

<style>
 span { border-color: #0047FF; }

 span { border-color: rgb(0,71,255); }

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