#1e6dc6

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

Shades of Denim #1E6DC6

Tints of Denim #1E6DC6

Color information

#1E6DC6 (or 0x1E6DC6) is unknown color: approx Denim. HEX triplet: 1E, 6D and C6. RGB value is (30,109,198). Sum of RGB (Red+Green+Blue) = 30+109+198=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #1E6DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6DC6 is #E19239. Grayscale: #5F5F5F. Windows color (decimal): -14783034 or 13004062. OLE color: 13004062.

HSL color Cylindrical-coordinate representation of color #1E6DC6: hue angle of 211.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E6DC6 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB30109198-
CMYK0.850.4500.22
HSL211.79º73.68%44.71%-
HSV(B)211.79º84.85%77.65%-
XYZ16.215.2955.52-
YUV95.52185.8381.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.90%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 198 (77.73% from 255) = 58.75%
R=8.90%
G=32.34%
B=58.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal301091980.850.4500.22211.7973.6844.71
Hex1E6DC6552D016d44a2d
Octal361553061255502632411255
Binary111101101101110001101010101101101010110110101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e6dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,109,198); }

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

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

 a { background-color: rgb(30,109,198); }

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

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

 span { border-color: rgb(30,109,198); }

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