#030472

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

Shades of Navy #030472

Tints of Navy #030472

Color information

#030472 (or 0x030472) is unknown color: approx Navy. HEX triplet: 03, 04 and 72. RGB value is (3,4,114). Sum of RGB (Red+Green+Blue) = 3+4+114=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #030472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030472 is #FCFB8D. Grayscale: #0F0F0F. Windows color (decimal): -16579470 or 7472131. OLE color: 7472131.

HSL color Cylindrical-coordinate representation of color #030472: 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 #030472 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB34114-
CMYK0.970.9600.55
HSL239.46º94.87%22.94%-
HSV(B)239.46º97.37%44.71%-
XYZ3.121.3216.01-
YUV16.24183.17118.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 114 (44.92% from 255) = 94.21%
R=2.48%
G=3.31%
B=94.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341140.970.9600.55239.4694.8722.94
Hex34726160037ef5f17
Octal3416214114006735713727
Binary11100111001011000011100000011011111101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030472; }

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

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

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

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

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

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

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

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