#1E5BB1

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

Shades of Denim #1E5BB1

Tints of Denim #1E5BB1

Color information

#1E5BB1 (or 0x1E5BB1) is unknown color: approx Denim. HEX triplet: 1E, 5B and B1. RGB value is (30,91,177). Sum of RGB (Red+Green+Blue) = 30+91+177=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E5BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5BB1 is #E1A44E. Grayscale: #525252. Windows color (decimal): -14787663 or 11623198. OLE color: 11623198.

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

Color convert

RGB3091177-
CMYK0.830.4900.31
HSL215.1º71.01%40.59%-
HSV(B)215.1º83.05%69.41%-
XYZ12.2110.9343.06-
YUV82.56181.2990.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=10.07%
G=30.54%
B=59.40%

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
Decimal30911770.830.4900.31215.171.0140.59
Hex1E5BB1533101Fd74729
Octal361332611236103732710751
Binary111101011011101100011010011110001011111110101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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