#040175

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

Shades of Navy #040175

Tints of Navy #040175

Color information

#040175 (or 0x040175) is unknown color: approx Navy. HEX triplet: 04, 01 and 75. RGB value is (4,1,117). Sum of RGB (Red+Green+Blue) = 4+1+117=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #040175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040175 is #FBFE8A. Grayscale: #0E0E0E. Windows color (decimal): -16514699 or 7667972. OLE color: 7667972.

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

Color convert

RGB41117-
CMYK0.970.9900.54
HSL241.55º98.31%23.14%-
HSV(B)241.55º99.15%45.88%-
XYZ3.271.3316.91-
YUV15.12185.49120.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 117 (46.09% from 255) = 95.90%
R=3.28%
G=0.82%
B=95.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411170.970.9900.54241.5598.3123.14
Hex41756163036f26217
Octal4116514114306636214227
Binary1001111010111000011100011011011011110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040175; }

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

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

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

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

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

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

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

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