#1E5AAF

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

Shades of Denim #1E5AAF

Tints of Denim #1E5AAF

Color information

#1E5AAF (or 0x1E5AAF) is unknown color: approx Denim. HEX triplet: 1E, 5A and AF. RGB value is (30,90,175). Sum of RGB (Red+Green+Blue) = 30+90+175=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E5AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5AAF is #E1A550. Grayscale: #515151. Windows color (decimal): -14787921 or 11491870. OLE color: 11491870.

HSL color Cylindrical-coordinate representation of color #1E5AAF: hue angle of 215.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5AAF is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3090175-
CMYK0.830.4900.31
HSL215.17º70.73%40.2%-
HSV(B)215.17º82.86%68.63%-
XYZ11.9310.6841.99-
YUV81.75180.6291.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 175 (68.75% from 255) = 59.32%
R=10.17%
G=30.51%
B=59.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30901750.830.4900.31215.1770.7340.2
Hex1E5AAF533101Fd74728
Octal361322571236103732710750
Binary111101011010101011111010011110001011111110101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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