#1E79BE

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

Shades of Denim #1E79BE

Tints of Denim #1E79BE

Color information

#1E79BE (or 0x1E79BE) is unknown color: approx Denim. HEX triplet: 1E, 79 and BE. RGB value is (30,121,190). Sum of RGB (Red+Green+Blue) = 30+121+190=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E79BE is #E18641. Grayscale: #656565. Windows color (decimal): -14779970 or 12482846. OLE color: 12482846.

HSL color Cylindrical-coordinate representation of color #1E79BE: hue angle of 205.88º 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 #1E79BE is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30121190-
CMYK0.840.3600.25
HSL205.88º72.73%43.14%-
HSV(B)205.88º84.21%74.51%-
XYZ16.6717.6751.25-
YUV101.66177.8576.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.80%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=8.80%
G=35.48%
B=55.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301211900.840.3600.25205.8872.7343.14
Hex1E79BE5424019ce492b
Octal361712761244403131611153
Binary111101111001101111101010100100100011001110011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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