#0471d5

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

Shades of Navy Blue #0471D5

Tints of Navy Blue #0471D5

Color information

#0471D5 (or 0x0471D5) is unknown color: approx Navy Blue. HEX triplet: 04, 71 and D5. RGB value is (4,113,213). Sum of RGB (Red+Green+Blue) = 4+113+213=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #0471D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471D5 is #FB8E2A. Grayscale: #5B5B5B. Windows color (decimal): -16485931 or 13988100. OLE color: 13988100.

HSL color Cylindrical-coordinate representation of color #0471D5: hue angle of 208.71º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471D5 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4113213-
CMYK0.980.4700.16
HSL208.71º96.31%42.55%-
HSV(B)208.71º98.12%83.53%-
XYZ17.9716.6465.22-
YUV91.81196.3965.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 213 (83.59% from 255) = 64.55%
R=1.21%
G=34.24%
B=64.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41132130.980.4700.16208.7196.3142.55
Hex471D5622F010d1602b
Octal41613251425702032114053
Binary1001110001110101011100010101111010000110100011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0471d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0471d5; }

 p { color: rgb(4,113,213); }

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

<style>
 a { background-color: #0471d5; }

 a { background-color: rgb(4,113,213); }

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

<style>
 span { border-color: #0471d5; }

 span { border-color: rgb(4,113,213); }

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