#1E66AA

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

Shades of Denim #1E66AA

Tints of Denim #1E66AA

Color information

#1E66AA (or 0x1E66AA) is unknown color: approx Denim. HEX triplet: 1E, 66 and AA. RGB value is (30,102,170). Sum of RGB (Red+Green+Blue) = 30+102+170=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E66AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E66AA is #E19955. Grayscale: #575757. Windows color (decimal): -14784854 or 11167262. OLE color: 11167262.

HSL color Cylindrical-coordinate representation of color #1E66AA: hue angle of 209.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E66AA is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30102170-
CMYK0.820.400.33
HSL209.14º70%39.22%-
HSV(B)209.14º82.35%66.67%-
XYZ12.5412.6839.82-
YUV88.22174.1586.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=9.93%
G=33.77%
B=56.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301021700.820.400.33209.147039.22
Hex1E66AA5228021d14627
Octal361462521225004132110647
Binary1111011001101010101010100101010000100001110100011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,102,170); }

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

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

 a { background-color: rgb(30,102,170); }

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

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

 span { border-color: rgb(30,102,170); }

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