#040181

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

Shades of Navy #040181

Tints of Navy #040181

Color information

#040181 (or 0x040181) is unknown color: approx Navy. HEX triplet: 04, 01 and 81. RGB value is (4,1,129). Sum of RGB (Red+Green+Blue) = 4+1+129=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 129 (50.78% from 255 or 96.27% from 134); Max value from RGB is 129 - color contains mainly: blue. Hex color #040181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040181 is #FBFE7E. Grayscale: #0F0F0F. Windows color (decimal): -16514687 or 8454404. OLE color: 8454404.

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

Color convert

RGB41129-
CMYK0.970.9900.49
HSL241.41º98.46%25.49%-
HSV(B)241.41º99.22%50.59%-
XYZ4.021.6320.87-
YUV16.49191.49119.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 129 (50.78% from 255) = 96.27%
R=2.99%
G=0.75%
B=96.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411290.970.9900.49241.4198.4625.49
Hex41816163031f16219
Octal4120114114306136114231
Binary10011000000111000011100011011000111110001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040181; }

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

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

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

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

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

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

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

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