#041291

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

Shades of Dark Blue #041291

Tints of Dark Blue #041291

Color information

#041291 (or 0x041291) is unknown color: approx Dark Blue. HEX triplet: 04, 12 and 91. RGB value is (4,18,145). Sum of RGB (Red+Green+Blue) = 4+18+145=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #041291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041291 is #FBED6E. Grayscale: #1B1B1B. Windows color (decimal): -16510319 or 9507332. OLE color: 9507332.

HSL color Cylindrical-coordinate representation of color #041291: hue angle of 234.04º 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 #041291 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB418145-
CMYK0.970.8800.43
HSL234.04º94.63%29.22%-
HSV(B)234.04º97.24%56.86%-
XYZ5.382.526.99-
YUV28.29193.86110.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 145 (57.03% from 255) = 86.83%
R=2.40%
G=10.78%
B=86.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4181450.970.8800.43234.0494.6329.22
Hex41291615802Bea5f1d
Octal42222114113005335213735
Binary100100101001000111000011011000010101111101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041291; }

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

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

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

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

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

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

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

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