#030473

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

Shades of Navy #030473

Tints of Navy #030473

Color information

#030473 (or 0x030473) is unknown color: approx Navy. HEX triplet: 03, 04 and 73. RGB value is (3,4,115). Sum of RGB (Red+Green+Blue) = 3+4+115=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #030473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030473 is #FCFB8C. Grayscale: #0F0F0F. Windows color (decimal): -16579469 or 7537667. OLE color: 7537667.

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

Color convert

RGB34115-
CMYK0.970.9700.55
HSL239.46º94.92%23.14%-
HSV(B)239.46º97.39%45.1%-
XYZ3.181.3416.31-
YUV16.36183.67118.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 115 (45.31% from 255) = 94.26%
R=2.46%
G=3.28%
B=94.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341150.970.9700.55239.4694.9223.14
Hex34736161037ef5f17
Octal3416314114106735713727
Binary11100111001111000011100001011011111101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030473; }

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

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

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

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

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

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

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

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