#1866B5

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

Shades of Denim #1866B5

Tints of Denim #1866B5

Color information

#1866B5 (or 0x1866B5) is unknown color: approx Denim. HEX triplet: 18, 66 and B5. RGB value is (24,102,181). Sum of RGB (Red+Green+Blue) = 24+102+181=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #1866B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1866B5 is #E7994A. Grayscale: #575757. Windows color (decimal): -15178059 or 11888152. OLE color: 11888152.

HSL color Cylindrical-coordinate representation of color #1866B5: hue angle of 210.19º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1866B5 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB24102181-
CMYK0.870.4400.29
HSL210.19º76.59%40.2%-
HSV(B)210.19º86.74%70.98%-
XYZ13.4713.0345.52-
YUV87.68180.6682.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 181 (71.09% from 255) = 58.96%
R=7.82%
G=33.22%
B=58.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241021810.870.4400.29210.1976.5940.2
Hex1866B5572C01Dd24d28
Octal301462651275403532211550
Binary110001100110101101011010111101100011101110100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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