#185CB4

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

Shades of Denim #185CB4

Tints of Denim #185CB4

Color information

#185CB4 (or 0x185CB4) is unknown color: approx Denim. HEX triplet: 18, 5C and B4. RGB value is (24,92,180). Sum of RGB (Red+Green+Blue) = 24+92+180=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #185CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CB4 is #E7A34B. Grayscale: #515151. Windows color (decimal): -15180620 or 11820056. OLE color: 11820056.

HSL color Cylindrical-coordinate representation of color #185CB4: hue angle of 213.85º 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 #185CB4 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2492180-
CMYK0.870.4900.29
HSL213.85º76.47%40%-
HSV(B)213.85º86.67%70.59%-
XYZ12.4411.1444.68-
YUV81.7183.4786.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 180 (70.70% from 255) = 60.81%
R=8.11%
G=31.08%
B=60.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24921800.870.4900.29213.8576.4740
Hex185CB4573101Dd64c28
Octal301342641276103532611450
Binary110001011100101101001010111110001011101110101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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