#030479

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

Shades of Navy #030479

Tints of Navy #030479

Color information

#030479 (or 0x030479) is unknown color: approx Navy. HEX triplet: 03, 04 and 79. RGB value is (3,4,121). Sum of RGB (Red+Green+Blue) = 3+4+121=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #030479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030479 is #FCFB86. Grayscale: #101010. Windows color (decimal): -16579463 or 7930883. OLE color: 7930883.

HSL color Cylindrical-coordinate representation of color #030479: hue angle of 239.49º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030479 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB34121-
CMYK0.980.9700.53
HSL239.49º95.16%24.31%-
HSV(B)239.49º97.52%47.45%-
XYZ3.531.4918.19-
YUV17.04186.67117.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 121 (47.66% from 255) = 94.53%
R=2.34%
G=3.12%
B=94.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341210.980.9700.53239.4995.1624.31
Hex34796261035ef5f18
Octal3417114214106535713730
Binary11100111100111000101100001011010111101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030479; }

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

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

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

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

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

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

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

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