#030471

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

Shades of Navy #030471

Tints of Navy #030471

Color information

#030471 (or 0x030471) is unknown color: approx Navy. HEX triplet: 03, 04 and 71. RGB value is (3,4,113). Sum of RGB (Red+Green+Blue) = 3+4+113=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #030471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030471 is #FCFB8E. Grayscale: #0F0F0F. Windows color (decimal): -16579471 or 7406595. OLE color: 7406595.

HSL color Cylindrical-coordinate representation of color #030471: hue angle of 239.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030471 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB34113-
CMYK0.970.9600.56
HSL239.45º94.83%22.75%-
HSV(B)239.45º97.35%44.31%-
XYZ3.061.315.71-
YUV16.13182.67118.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 113 (44.53% from 255) = 94.17%
R=2.5%
G=3.33%
B=94.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341130.970.9600.56239.4594.8322.75
Hex34716160038ef5f17
Octal3416114114007035713727
Binary11100111000111000011100000011100011101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030471; }

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

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

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

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

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

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

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

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