#1969AE

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

Shades of Denim #1969AE

Tints of Denim #1969AE

Color information

#1969AE (or 0x1969AE) is unknown color: approx Denim. HEX triplet: 19, 69 and AE. RGB value is (25,105,174). Sum of RGB (Red+Green+Blue) = 25+105+174=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #1969AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1969AE is #E69651. Grayscale: #585858. Windows color (decimal): -15111762 or 11430169. OLE color: 11430169.

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

Color convert

RGB25105174-
CMYK0.860.4000.32
HSL207.79º74.87%39.02%-
HSV(B)207.79º85.63%68.24%-
XYZ13.0913.3741.93-
YUV88.9517682.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=8.22%
G=34.54%
B=57.24%

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
Decimal251051740.860.4000.32207.7974.8739.02
Hex1969AE5628020d04b27
Octal311512561265004032011347
Binary1100111010011010111010101101010000100000110100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1969AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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