#185DA5

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

Shades of Denim #185DA5

Tints of Denim #185DA5

Color information

#185DA5 (or 0x185DA5) is unknown color: approx Denim. HEX triplet: 18, 5D and A5. RGB value is (24,93,165). Sum of RGB (Red+Green+Blue) = 24+93+165=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #185DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185DA5 is #E7A25A. Grayscale: #505050. Windows color (decimal): -15180379 or 10837272. OLE color: 10837272.

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

Color convert

RGB2493165-
CMYK0.850.4400.35
HSL210.64º74.6%37.06%-
HSV(B)210.64º85.45%64.71%-
XYZ11.0810.7437.09-
YUV80.58175.6487.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.51%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 165 (64.84% from 255) = 58.51%
R=8.51%
G=32.98%
B=58.51%

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
Decimal24931650.850.4400.35210.6474.637.06
Hex185DA5552C023d34b25
Octal301352451255404332311345
Binary1100010111011010010110101011011000100011110100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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