#185CA5

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

Shades of Denim #185CA5

Tints of Denim #185CA5

Color information

#185CA5 (or 0x185CA5) is unknown color: approx Denim. HEX triplet: 18, 5C and A5. RGB value is (24,92,165). Sum of RGB (Red+Green+Blue) = 24+92+165=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #185CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CA5 is #E7A35A. Grayscale: #4F4F4F. Windows color (decimal): -15180635 or 10837016. OLE color: 10837016.

HSL color Cylindrical-coordinate representation of color #185CA5: hue angle of 211.06º 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 #185CA5 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2492165-
CMYK0.850.4400.35
HSL211.06º74.6%37.06%-
HSV(B)211.06º85.45%64.71%-
XYZ1110.5737.06-
YUV79.99175.9788.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=8.54%
G=32.74%
B=58.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24921650.850.4400.35211.0674.637.06
Hex185CA5552C023d34b25
Octal301342451255404332311345
Binary1100010111001010010110101011011000100011110100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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