#1E6CB3

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

Shades of Denim #1E6CB3

Tints of Denim #1E6CB3

Color information

#1E6CB3 (or 0x1E6CB3) is unknown color: approx Denim. HEX triplet: 1E, 6C and B3. RGB value is (30,108,179). Sum of RGB (Red+Green+Blue) = 30+108+179=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #1E6CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6CB3 is #E1934C. Grayscale: #5C5C5C. Windows color (decimal): -14783309 or 11758622. OLE color: 11758622.

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

Color convert

RGB30108179-
CMYK0.830.4000.30
HSL208.59º71.29%40.98%-
HSV(B)208.59º83.24%70.2%-
XYZ14.0314.2644.66-
YUV92.77176.6683.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 179 (70.31% from 255) = 56.47%
R=9.46%
G=34.07%
B=56.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal301081790.830.4000.30208.5971.2940.98
Hex1E6CB3532801Ed14729
Octal361542631235003632110751
Binary111101101100101100111010011101000011110110100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,108,179); }

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

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

 a { background-color: rgb(30,108,179); }

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

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

 span { border-color: rgb(30,108,179); }

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