#040379

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

Shades of Navy #040379

Tints of Navy #040379

Color information

#040379 (or 0x040379) is unknown color: approx Navy. HEX triplet: 04, 03 and 79. RGB value is (4,3,121). Sum of RGB (Red+Green+Blue) = 4+3+121=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 3 (1.56% from 255 or 2.34% 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 #040379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040379 is #FBFC86. Grayscale: #101010. Windows color (decimal): -16514183 or 7930628. OLE color: 7930628.

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

Color convert

RGB43121-
CMYK0.970.9800.53
HSL240.51º95.16%24.31%-
HSV(B)240.51º97.52%47.45%-
XYZ3.531.4718.19-
YUV16.75186.83118.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431210.970.9800.53240.5195.1624.31
Hex43796162035f15f18
Octal4317114114206536113730
Binary10011111100111000011100010011010111110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040379; }

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

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

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

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

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

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

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

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