#1E5AAB

Color #1E5AAB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1E5AAB

Tints of Denim #1E5AAB

Color information

#1E5AAB (or 0x1E5AAB) is unknown color: approx Denim. HEX triplet: 1E, 5A and AB. RGB value is (30,90,171). Sum of RGB (Red+Green+Blue) = 30+90+171=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5AAB is #E1A554. Grayscale: #505050. Windows color (decimal): -14787925 or 11229726. OLE color: 11229726.

HSL color Cylindrical-coordinate representation of color #1E5AAB: hue angle of 214.47º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E5AAB is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3090171-
CMYK0.820.4700.33
HSL214.47º70.15%39.41%-
HSV(B)214.47º82.46%67.06%-
XYZ11.5410.5339.95-
YUV81.29178.6291.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=10.31%
G=30.93%
B=58.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30901710.820.4700.33214.4770.1539.41
Hex1E5AAB522F021d64627
Octal361322531225704132610647
Binary1111010110101010101110100101011110100001110101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5AAB; }

 p { color: rgb(30,90,171); }

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

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

 a { background-color: rgb(30,90,171); }

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

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

 span { border-color: rgb(30,90,171); }

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