#1E66AC

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

Shades of Denim #1E66AC

Tints of Denim #1E66AC

Color information

#1E66AC (or 0x1E66AC) is unknown color: approx Denim. HEX triplet: 1E, 66 and AC. RGB value is (30,102,172). Sum of RGB (Red+Green+Blue) = 30+102+172=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E66AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E66AC is #E19953. Grayscale: #585858. Windows color (decimal): -14784852 or 11298334. OLE color: 11298334.

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

Color convert

RGB30102172-
CMYK0.830.4100.33
HSL209.58º70.3%39.61%-
HSV(B)209.58º82.56%67.45%-
XYZ12.7312.7640.82-
YUV88.45175.1586.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=9.87%
G=33.55%
B=56.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301021720.830.4100.33209.5870.339.61
Hex1E66AC5329021d24628
Octal361462541235104132210650
Binary1111011001101010110010100111010010100001110100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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