#185AB4

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

Shades of Denim #185AB4

Tints of Denim #185AB4

Color information

#185AB4 (or 0x185AB4) is unknown color: approx Denim. HEX triplet: 18, 5A and B4. RGB value is (24,90,180). Sum of RGB (Red+Green+Blue) = 24+90+180=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #185AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AB4 is #E7A54B. Grayscale: #505050. Windows color (decimal): -15181132 or 11819544. OLE color: 11819544.

HSL color Cylindrical-coordinate representation of color #185AB4: hue angle of 214.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185AB4 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2490180-
CMYK0.870.5000.29
HSL214.62º76.47%40%-
HSV(B)214.62º86.67%70.59%-
XYZ12.2710.844.62-
YUV80.53184.1387.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 180 (70.70% from 255) = 61.22%
R=8.16%
G=30.61%
B=61.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24901800.870.5000.29214.6276.4740
Hex185AB4573201Dd74c28
Octal301322641276203532711450
Binary110001011010101101001010111110010011101110101111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,90,180); }

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

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

 a { background-color: rgb(24,90,180); }

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

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

 span { border-color: rgb(24,90,180); }

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