#041487

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

Shades of Dark Blue #041487

Tints of Dark Blue #041487

Color information

#041487 (or 0x041487) is unknown color: approx Dark Blue. HEX triplet: 04, 14 and 87. RGB value is (4,20,135). Sum of RGB (Red+Green+Blue) = 4+20+135=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #041487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041487 is #FBEB78. Grayscale: #1B1B1B. Windows color (decimal): -16509817 or 8852484. OLE color: 8852484.

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

Color convert

RGB420135-
CMYK0.970.8500.47
HSL232.67º94.24%27.25%-
HSV(B)232.67º97.04%52.94%-
XYZ4.672.2823.11-
YUV28.33188.2110.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.52%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 135 (53.12% from 255) = 84.91%
R=2.52%
G=12.58%
B=84.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4201350.970.8500.47232.6794.2427.25
Hex41487615502Fe95e1b
Octal42420714112505735113633
Binary100101001000011111000011010101010111111101001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041487; }

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

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

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

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

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

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

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

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