#1869AE

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

Shades of Denim #1869AE

Tints of Denim #1869AE

Color information

#1869AE (or 0x1869AE) is unknown color: approx Denim. HEX triplet: 18, 69 and AE. RGB value is (24,105,174). Sum of RGB (Red+Green+Blue) = 24+105+174=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #1869AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1869AE is #E79651. Grayscale: #585858. Windows color (decimal): -15177298 or 11430168. OLE color: 11430168.

HSL color Cylindrical-coordinate representation of color #1869AE: hue angle of 207.6º 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 #1869AE is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB24105174-
CMYK0.860.4000.32
HSL207.6º75.76%38.82%-
HSV(B)207.6º86.21%68.24%-
XYZ13.0713.3541.93-
YUV88.65176.1681.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=7.92%
G=34.65%
B=57.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241051740.860.4000.32207.675.7638.82
Hex1869AE5628020d04c27
Octal301512561265004032011447
Binary1100011010011010111010101101010000100000110100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1869AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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