#1E5CBD

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

Shades of Denim #1E5CBD

Tints of Denim #1E5CBD

Color information

#1E5CBD (or 0x1E5CBD) is unknown color: approx Denim. HEX triplet: 1E, 5C and BD. RGB value is (30,92,189). Sum of RGB (Red+Green+Blue) = 30+92+189=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E5CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CBD is #E1A342. Grayscale: #545454. Windows color (decimal): -14787395 or 12409886. OLE color: 12409886.

HSL color Cylindrical-coordinate representation of color #1E5CBD: hue angle of 216.6º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E5CBD is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3092189-
CMYK0.840.5100.26
HSL216.6º72.6%42.94%-
HSV(B)216.6º84.13%74.12%-
XYZ13.5511.649.67-
YUV84.52186.9689.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 189 (74.22% from 255) = 60.77%
R=9.65%
G=29.58%
B=60.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30921890.840.5100.26216.672.642.94
Hex1E5CBD543301Ad9492b
Octal361342751246303233111153
Binary111101011100101111011010100110011011010110110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,92,189); }

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

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

 a { background-color: rgb(30,92,189); }

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

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

 span { border-color: rgb(30,92,189); }

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