#0471BC

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

Shades of Navy Blue #0471BC

Tints of Navy Blue #0471BC

Color information

#0471BC (or 0x0471BC) is unknown color: approx Navy Blue. HEX triplet: 04, 71 and BC. RGB value is (4,113,188). Sum of RGB (Red+Green+Blue) = 4+113+188=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #0471BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471BC is #FB8E43. Grayscale: #585858. Windows color (decimal): -16485956 or 12349700. OLE color: 12349700.

HSL color Cylindrical-coordinate representation of color #0471BC: hue angle of 204.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471BC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4113188-
CMYK0.980.4000.26
HSL204.46º95.83%37.65%-
HSV(B)204.46º97.87%73.73%-
XYZ15.0315.4749.77-
YUV88.96183.8967.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 188 (73.83% from 255) = 61.64%
R=1.31%
G=37.05%
B=61.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41131880.980.4000.26204.4695.8337.65
Hex471BC622801Acc6026
Octal41612741425003231414046
Binary1001110001101111001100010101000011010110011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0471BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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