#030772

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

Shades of Navy #030772

Tints of Navy #030772

Color information

#030772 (or 0x030772) is unknown color: approx Navy. HEX triplet: 03, 07 and 72. RGB value is (3,7,114). Sum of RGB (Red+Green+Blue) = 3+7+114=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 114 (44.92% from 255 or 91.94% from 124); Max value from RGB is 114 - color contains mainly: blue. Hex color #030772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030772 is #FCF88D. Grayscale: #111111. Windows color (decimal): -16578702 or 7472899. OLE color: 7472899.

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

Color convert

RGB37114-
CMYK0.970.9400.55
HSL237.84º94.87%22.94%-
HSV(B)237.84º97.37%44.71%-
XYZ3.151.3916.02-
YUV18182.17117.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 114 (44.92% from 255) = 91.94%
R=2.42%
G=5.65%
B=91.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371140.970.9400.55237.8494.8722.94
Hex3772615E037ee5f17
Octal3716214113606735613727
Binary11111111001011000011011110011011111101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030772; }

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

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

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

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

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

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

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

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