#040076

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

Shades of Navy #040076

Tints of Navy #040076

Color information

#040076 (or 0x040076) is unknown color: approx Navy. HEX triplet: 04, 00 and 76. RGB value is (4,0,118). Sum of RGB (Red+Green+Blue) = 4+0+118=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 118 (46.48% from 255 or 96.72% from 122); Max value from RGB is 118 - color contains mainly: blue. Hex color #040076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040076 is #FBFF89. Grayscale: #0E0E0E. Windows color (decimal): -16514954 or 7733252. OLE color: 7733252.

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

Color convert

RGB40118-
CMYK0.97100.54
HSL242.03º100%23.14%-
HSV(B)242.03º100%46.27%-
XYZ3.321.3317.22-
YUV14.65186.33120.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 96.72%
R=3.28%
G=0%
B=96.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401180.97100.54242.0310023.14
Hex40766164036f26417
Octal4016614114406636214427
Binary1000111011011000011100100011011011110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040076; }

 p { color: rgb(4,0,118); }

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

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

 a { background-color: rgb(4,0,118); }

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

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

 span { border-color: rgb(4,0,118); }

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