#1E58AB

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

Shades of Denim #1E58AB

Tints of Denim #1E58AB

Color information

#1E58AB (or 0x1E58AB) is unknown color: approx Denim. HEX triplet: 1E, 58 and AB. RGB value is (30,88,171). Sum of RGB (Red+Green+Blue) = 30+88+171=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E58AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E58AB is #E1A754. Grayscale: #4F4F4F. Windows color (decimal): -14788437 or 11229214. OLE color: 11229214.

HSL color Cylindrical-coordinate representation of color #1E58AB: hue angle of 215.32º 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 #1E58AB is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3088171-
CMYK0.820.4900.33
HSL215.32º70.15%39.41%-
HSV(B)215.32º82.46%67.06%-
XYZ11.3810.239.9-
YUV80.12179.2892.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=10.38%
G=30.45%
B=59.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30881710.820.4900.33215.3270.1539.41
Hex1E58AB5231021d74627
Octal361302531226104132710647
Binary1111010110001010101110100101100010100001110101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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