#001E87

Color #001E87 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #001E87

Tints of Smalt #001E87

Color information

#001E87 (or 0x001E87) is unknown color: approx Smalt. HEX triplet: 00, 1E and 87. RGB value is (0,30,135). Sum of RGB (Red+Green+Blue) = 0+30+135=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #001E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E87 is #FFE178. Grayscale: #202020. Windows color (decimal): -16769401 or 8855040. OLE color: 8855040.

HSL color Cylindrical-coordinate representation of color #001E87: hue angle of 226.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E87 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB030135-
CMYK10.7800.47
HSL226.67º100%26.47%-
HSV(B)226.67º100%52.94%-
XYZ4.842.6823.18-
YUV33185.56104.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 135 (53.12% from 255) = 81.82%
R=0%
G=18.18%
B=81.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal03013510.7800.47226.6710026.47
Hex01E87644E02Fe3641a
Octal03620714411605734314432
Binary0111101000011111001001001110010111111100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E87; }

 p { color: rgb(0,30,135); }

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

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

 a { background-color: rgb(0,30,135); }

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

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

 span { border-color: rgb(0,30,135); }

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