#041389

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

Shades of Dark Blue #041389

Tints of Dark Blue #041389

Color information

#041389 (or 0x041389) is unknown color: approx Dark Blue. HEX triplet: 04, 13 and 89. RGB value is (4,19,137). Sum of RGB (Red+Green+Blue) = 4+19+137=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #041389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041389 is #FBEC76. Grayscale: #1B1B1B. Windows color (decimal): -16510071 or 8983300. OLE color: 8983300.

HSL color Cylindrical-coordinate representation of color #041389: hue angle of 233.23º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041389 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB419137-
CMYK0.970.8600.46
HSL233.23º94.33%27.65%-
HSV(B)233.23º97.08%53.73%-
XYZ4.82.323.86-
YUV27.97189.53110.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.5%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 137 (53.91% from 255) = 85.62%
R=2.5%
G=11.88%
B=85.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4191370.970.8600.46233.2394.3327.65
Hex41389615602Ee95e1c
Octal42321114112605635113634
Binary100100111000100111000011010110010111011101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041389; }

 p { color: rgb(4,19,137); }

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

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

 a { background-color: rgb(4,19,137); }

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

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

 span { border-color: rgb(4,19,137); }

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