#1E76BE

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

Shades of Denim #1E76BE

Tints of Denim #1E76BE

Color information

#1E76BE (or 0x1E76BE) is unknown color: approx Denim. HEX triplet: 1E, 76 and BE. RGB value is (30,118,190). Sum of RGB (Red+Green+Blue) = 30+118+190=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E76BE is #E18941. Grayscale: #636363. Windows color (decimal): -14780738 or 12482078. OLE color: 12482078.

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

Color convert

RGB30118190-
CMYK0.840.3800.25
HSL207º72.73%43.14%-
HSV(B)207º84.21%74.51%-
XYZ16.3116.9551.13-
YUV99.9178.8578.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=8.88%
G=34.91%
B=56.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301181900.840.3800.2520772.7343.14
Hex1E76BE5426019cf492b
Octal361662761244603131711153
Binary111101110110101111101010100100110011001110011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,118,190); }

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

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

 a { background-color: rgb(30,118,190); }

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

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

 span { border-color: rgb(30,118,190); }

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