#1866A5

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

Shades of Denim #1866A5

Tints of Denim #1866A5

Color information

#1866A5 (or 0x1866A5) is unknown color: approx Denim. HEX triplet: 18, 66 and A5. RGB value is (24,102,165). Sum of RGB (Red+Green+Blue) = 24+102+165=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #1866A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1866A5 is #E7995A. Grayscale: #555555. Windows color (decimal): -15178075 or 10839576. OLE color: 10839576.

HSL color Cylindrical-coordinate representation of color #1866A5: hue angle of 206.81º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1866A5 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24102165-
CMYK0.850.3800.35
HSL206.81º74.6%37.06%-
HSV(B)206.81º85.45%64.71%-
XYZ11.9212.4137.37-
YUV85.86172.6683.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 165 (64.84% from 255) = 56.70%
R=8.25%
G=35.05%
B=56.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241021650.850.3800.35206.8174.637.06
Hex1866A55526023cf4b25
Octal301462451254604331711345
Binary1100011001101010010110101011001100100011110011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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