#040178

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

Shades of Navy #040178

Tints of Navy #040178

Color information

#040178 (or 0x040178) is unknown color: approx Navy. HEX triplet: 04, 01 and 78. RGB value is (4,1,120). Sum of RGB (Red+Green+Blue) = 4+1+120=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 120 (47.27% from 255 or 96% from 125); Max value from RGB is 120 - color contains mainly: blue. Hex color #040178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040178 is #FBFE87. Grayscale: #0E0E0E. Windows color (decimal): -16514696 or 7864580. OLE color: 7864580.

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

Color convert

RGB41120-
CMYK0.970.9900.53
HSL241.51º98.35%23.73%-
HSV(B)241.51º99.17%47.06%-
XYZ3.451.417.86-
YUV15.46186.99119.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 120 (47.27% from 255) = 96%
R=3.2%
G=0.8%
B=96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411200.970.9900.53241.5198.3523.73
Hex41786163035f26218
Octal4117014114306536214230
Binary1001111100011000011100011011010111110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040178; }

 p { color: rgb(4,1,120); }

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

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

 a { background-color: rgb(4,1,120); }

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

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

 span { border-color: rgb(4,1,120); }

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