#185DAE

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

Shades of Denim #185DAE

Tints of Denim #185DAE

Color information

#185DAE (or 0x185DAE) is unknown color: approx Denim. HEX triplet: 18, 5D and AE. RGB value is (24,93,174). Sum of RGB (Red+Green+Blue) = 24+93+174=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #185DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185DAE is #E7A251. Grayscale: #515151. Windows color (decimal): -15180370 or 11427096. OLE color: 11427096.

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

Color convert

RGB2493174-
CMYK0.860.4700.32
HSL212.4º75.76%38.82%-
HSV(B)212.4º86.21%68.24%-
XYZ11.9311.0841.55-
YUV81.6180.1486.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=8.25%
G=31.96%
B=59.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24931740.860.4700.32212.475.7638.82
Hex185DAE562F020d44c27
Octal301352561265704032411447
Binary1100010111011010111010101101011110100000110101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185DAE; }

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

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

<style>
 a { background-color: #185DAE; }

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

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

<style>
 span { border-color: #185DAE; }

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

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