#1866AA

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

Shades of Denim #1866AA

Tints of Denim #1866AA

Color information

#1866AA (or 0x1866AA) is unknown color: approx Denim. HEX triplet: 18, 66 and AA. RGB value is (24,102,170). Sum of RGB (Red+Green+Blue) = 24+102+170=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #1866AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1866AA is #E79955. Grayscale: #565656. Windows color (decimal): -15178070 or 11167256. OLE color: 11167256.

HSL color Cylindrical-coordinate representation of color #1866AA: hue angle of 207.95º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1866AA is Cyan = 0.86, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24102170-
CMYK0.860.400.33
HSL207.95º75.26%38.04%-
HSV(B)207.95º85.88%66.67%-
XYZ12.3812.639.81-
YUV86.43175.1683.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=8.11%
G=34.46%
B=57.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241021700.860.400.33207.9575.2638.04
Hex1866AA5628021d04b26
Octal301462521265004132011346
Binary1100011001101010101010101101010000100001110100001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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