#1C66AC

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

Shades of Denim #1C66AC

Tints of Denim #1C66AC

Color information

#1C66AC (or 0x1C66AC) is unknown color: approx Denim. HEX triplet: 1C, 66 and AC. RGB value is (28,102,172). Sum of RGB (Red+Green+Blue) = 28+102+172=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C66AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C66AC is #E39953. Grayscale: #575757. Windows color (decimal): -14915924 or 11298332. OLE color: 11298332.

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

Color convert

RGB28102172-
CMYK0.840.4100.33
HSL209.17º72%39.22%-
HSV(B)209.17º83.72%67.45%-
XYZ12.6812.7340.82-
YUV87.85175.4885.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=9.27%
G=33.77%
B=56.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281021720.840.4100.33209.177239.22
Hex1C66AC5429021d14827
Octal341462541245104132111047
Binary1110011001101010110010101001010010100001110100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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