#040391

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

Shades of Dark Blue #040391

Tints of Dark Blue #040391

Color information

#040391 (or 0x040391) is unknown color: approx Dark Blue. HEX triplet: 04, 03 and 91. RGB value is (4,3,145). Sum of RGB (Red+Green+Blue) = 4+3+145=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #040391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040391 is #FBFC6E. Grayscale: #121212. Windows color (decimal): -16514159 or 9503492. OLE color: 9503492.

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

Color convert

RGB43145-
CMYK0.970.9800.43
HSL240.42º95.95%29.02%-
HSV(B)240.42º97.93%56.86%-
XYZ5.192.1426.93-
YUV19.49198.83116.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 145 (57.03% from 255) = 95.39%
R=2.63%
G=1.97%
B=95.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431450.970.9800.43240.4295.9529.02
Hex4391616202Bf0601d
Octal4322114114205336014035
Binary100111001000111000011100010010101111110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040391; }

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

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

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

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

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

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

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

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