#041887

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

Shades of Dark Blue #041887

Tints of Dark Blue #041887

Color information

#041887 (or 0x041887) is unknown color: approx Dark Blue. HEX triplet: 04, 18 and 87. RGB value is (4,24,135). Sum of RGB (Red+Green+Blue) = 4+24+135=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #041887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041887 is #FBE778. Grayscale: #1E1E1E. Windows color (decimal): -16508793 or 8853508. OLE color: 8853508.

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

Color convert

RGB424135-
CMYK0.970.8200.47
HSL230.84º94.24%27.25%-
HSV(B)230.84º97.04%52.94%-
XYZ4.752.4323.14-
YUV30.67186.87108.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 135 (53.12% from 255) = 82.82%
R=2.45%
G=14.72%
B=82.82%

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
Decimal4241350.970.8200.47230.8494.2427.25
Hex41887615202Fe75e1b
Octal43020714112205734713633
Binary100110001000011111000011010010010111111100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041887; }

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

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

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

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

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

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

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

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