#1866AE

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

Shades of Denim #1866AE

Tints of Denim #1866AE

Color information

#1866AE (or 0x1866AE) is unknown color: approx Denim. HEX triplet: 18, 66 and AE. RGB value is (24,102,174). Sum of RGB (Red+Green+Blue) = 24+102+174=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #1866AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1866AE is #E79951. Grayscale: #565656. Windows color (decimal): -15178066 or 11429400. OLE color: 11429400.

HSL color Cylindrical-coordinate representation of color #1866AE: hue angle of 208.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1866AE is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB24102174-
CMYK0.860.4100.32
HSL208.8º75.76%38.82%-
HSV(B)208.8º86.21%68.24%-
XYZ12.7712.7541.83-
YUV86.89177.1683.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 174 (68.36% from 255) = 58%
R=8%
G=34%
B=58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241021740.860.4100.32208.875.7638.82
Hex1866AE5629020d14c27
Octal301462561265104032111447
Binary1100011001101010111010101101010010100000110100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1866AE; }

 p { color: rgb(24,102,174); }

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

<style>
 a { background-color: #1866AE; }

 a { background-color: rgb(24,102,174); }

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

<style>
 span { border-color: #1866AE; }

 span { border-color: rgb(24,102,174); }

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