#185CB1

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

Shades of Denim #185CB1

Tints of Denim #185CB1

Color information

#185CB1 (or 0x185CB1) is unknown color: approx Denim. HEX triplet: 18, 5C and B1. RGB value is (24,92,177). Sum of RGB (Red+Green+Blue) = 24+92+177=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #185CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CB1 is #E7A34E. Grayscale: #505050. Windows color (decimal): -15180623 or 11623448. OLE color: 11623448.

HSL color Cylindrical-coordinate representation of color #185CB1: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185CB1 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2492177-
CMYK0.860.4800.31
HSL213.33º76.12%39.41%-
HSV(B)213.33º86.44%69.41%-
XYZ12.1411.0243.08-
YUV81.36181.9787.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=8.19%
G=31.40%
B=60.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24921770.860.4800.31213.3376.1239.41
Hex185CB1563001Fd54c27
Octal301342611266003732511447
Binary110001011100101100011010110110000011111110101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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