#041181

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

Shades of Navy #041181

Tints of Navy #041181

Color information

#041181 (or 0x041181) is unknown color: approx Navy. HEX triplet: 04, 11 and 81. RGB value is (4,17,129). Sum of RGB (Red+Green+Blue) = 4+17+129=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #041181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041181 is #FBEE7E. Grayscale: #191919. Windows color (decimal): -16510591 or 8458500. OLE color: 8458500.

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

Color convert

RGB417129-
CMYK0.970.8700.49
HSL233.76º93.98%26.08%-
HSV(B)233.76º96.9%50.59%-
XYZ4.212.0120.94-
YUV25.88186.19112.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 129 (50.78% from 255) = 86%
R=2.67%
G=11.33%
B=86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4171290.970.8700.49233.7693.9826.08
Hex411816157031ea5e1a
Octal42120114112706135213632
Binary100100011000000111000011010111011000111101010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041181; }

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

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

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

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

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

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

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

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