#041886

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

Shades of Dark Blue #041886

Tints of Dark Blue #041886

Color information

#041886 (or 0x041886) is unknown color: approx Dark Blue. HEX triplet: 04, 18 and 86. RGB value is (4,24,134). Sum of RGB (Red+Green+Blue) = 4+24+134=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #041886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041886 is #FBE779. Grayscale: #1E1E1E. Windows color (decimal): -16508794 or 8787972. OLE color: 8787972.

HSL color Cylindrical-coordinate representation of color #041886: hue angle of 230.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041886 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB424134-
CMYK0.970.8200.47
HSL230.77º94.2%27.06%-
HSV(B)230.77º97.01%52.55%-
XYZ4.682.422.77-
YUV30.56186.37109.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 134 (52.73% from 255) = 82.72%
R=2.47%
G=14.81%
B=82.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4241340.970.8200.47230.7794.227.06
Hex41886615202Fe75e1b
Octal43020614112205734713633
Binary100110001000011011000011010010010111111100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041886; }

 p { color: rgb(4,24,134); }

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

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

 a { background-color: rgb(4,24,134); }

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

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

 span { border-color: rgb(4,24,134); }

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