#041091

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

Shades of Dark Blue #041091

Tints of Dark Blue #041091

Color information

#041091 (or 0x041091) is unknown color: approx Dark Blue. HEX triplet: 04, 10 and 91. RGB value is (4,16,145). Sum of RGB (Red+Green+Blue) = 4+16+145=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #041091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041091 is #FBEF6E. Grayscale: #1A1A1A. Windows color (decimal): -16510831 or 9506820. OLE color: 9506820.

HSL color Cylindrical-coordinate representation of color #041091: hue angle of 234.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041091 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB416145-
CMYK0.970.8900.43
HSL234.89º94.63%29.22%-
HSV(B)234.89º97.24%56.86%-
XYZ5.352.4426.98-
YUV27.12194.52111.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 145 (57.03% from 255) = 87.88%
R=2.42%
G=9.70%
B=87.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4161450.970.8900.43234.8994.6329.22
Hex41091615902Beb5f1d
Octal42022114113105335313735
Binary100100001001000111000011011001010101111101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041091; }

 p { color: rgb(4,16,145); }

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

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

 a { background-color: rgb(4,16,145); }

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

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

 span { border-color: rgb(4,16,145); }

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