#0471DD

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

Shades of Navy Blue #0471DD

Tints of Navy Blue #0471DD

Color information

#0471DD (or 0x0471DD) is unknown color: approx Navy Blue. HEX triplet: 04, 71 and DD. RGB value is (4,113,221). Sum of RGB (Red+Green+Blue) = 4+113+221=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #0471DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471DD is #FB8E22. Grayscale: #5C5C5C. Windows color (decimal): -16485923 or 14512388. OLE color: 14512388.

HSL color Cylindrical-coordinate representation of color #0471DD: hue angle of 209.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471DD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4113221-
CMYK0.980.4900.13
HSL209.86º96.44%44.12%-
HSV(B)209.86º98.19%86.67%-
XYZ19.0117.0670.7-
YUV92.72200.3964.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 221 (86.72% from 255) = 65.38%
R=1.18%
G=33.43%
B=65.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41132210.980.4900.13209.8696.4444.12
Hex471DD62310Dd2602c
Octal41613351426101532214054
Binary100111000111011101110001011000101101110100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0471DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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