#1E5BAA

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

Shades of Denim #1E5BAA

Tints of Denim #1E5BAA

Color information

#1E5BAA (or 0x1E5BAA) is unknown color: approx Denim. HEX triplet: 1E, 5B and AA. RGB value is (30,91,170). Sum of RGB (Red+Green+Blue) = 30+91+170=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5BAA is #E1A455. Grayscale: #515151. Windows color (decimal): -14787670 or 11164446. OLE color: 11164446.

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

Color convert

RGB3091170-
CMYK0.820.4600.33
HSL213.86º70%39.22%-
HSV(B)213.86º82.35%66.67%-
XYZ11.5310.6639.48-
YUV81.77177.7991.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=10.31%
G=31.27%
B=58.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30911700.820.4600.33213.867039.22
Hex1E5BAA522E021d64627
Octal361332521225604132610647
Binary1111010110111010101010100101011100100001110101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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