#041188

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

Shades of Dark Blue #041188

Tints of Dark Blue #041188

Color information

#041188 (or 0x041188) is unknown color: approx Dark Blue. HEX triplet: 04, 11 and 88. RGB value is (4,17,136). Sum of RGB (Red+Green+Blue) = 4+17+136=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #041188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041188 is #FBEE77. Grayscale: #1A1A1A. Windows color (decimal): -16510584 or 8917252. OLE color: 8917252.

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

Color convert

RGB417136-
CMYK0.970.8700.47
HSL234.09º94.29%27.45%-
HSV(B)234.09º97.06%53.33%-
XYZ4.692.223.47-
YUV26.68189.69111.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 136 (53.52% from 255) = 86.62%
R=2.55%
G=10.83%
B=86.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4171360.970.8700.47234.0994.2927.45
Hex41188615702Fea5e1b
Octal42121014112705735213633
Binary100100011000100011000011010111010111111101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041188; }

 p { color: rgb(4,17,136); }

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

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

 a { background-color: rgb(4,17,136); }

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

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

 span { border-color: rgb(4,17,136); }

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