#1E5BAE

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

Shades of Denim #1E5BAE

Tints of Denim #1E5BAE

Color information

#1E5BAE (or 0x1E5BAE) is unknown color: approx Denim. HEX triplet: 1E, 5B and AE. RGB value is (30,91,174). Sum of RGB (Red+Green+Blue) = 30+91+174=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5BAE is #E1A451. Grayscale: #515151. Windows color (decimal): -14787666 or 11426590. OLE color: 11426590.

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

Color convert

RGB3091174-
CMYK0.830.4800.32
HSL214.58º70.59%40%-
HSV(B)214.58º82.76%68.24%-
XYZ11.9210.8141.5-
YUV82.22179.7990.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=10.17%
G=30.85%
B=58.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30911740.830.4800.32214.5870.5940
Hex1E5BAE5330020d74728
Octal361332561236004032710750
Binary1111010110111010111010100111100000100000110101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,91,174); }

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

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

 a { background-color: rgb(30,91,174); }

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

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

 span { border-color: rgb(30,91,174); }

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