#1E79CE

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

Shades of Denim #1E79CE

Tints of Denim #1E79CE

Color information

#1E79CE (or 0x1E79CE) is unknown color: approx Denim. HEX triplet: 1E, 79 and CE. RGB value is (30,121,206). Sum of RGB (Red+Green+Blue) = 30+121+206=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E79CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E79CE is #E18631. Grayscale: #676767. Windows color (decimal): -14779954 or 13531422. OLE color: 13531422.

HSL color Cylindrical-coordinate representation of color #1E79CE: hue angle of 208.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E79CE is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB30121206-
CMYK0.850.4100.19
HSL208.98º74.58%46.27%-
HSV(B)208.98º85.44%80.78%-
XYZ18.5118.4160.97-
YUV103.48185.8575.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.40%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 206 (80.86% from 255) = 57.70%
R=8.40%
G=33.89%
B=57.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal301212060.850.4100.19208.9874.5846.27
Hex1E79CE5529013d14b2e
Octal361713161255102332111356
Binary111101111001110011101010101101001010011110100011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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