#185ac6

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

Shades of Denim #185AC6

Tints of Denim #185AC6

Color information

#185AC6 (or 0x185AC6) is unknown color: approx Denim. HEX triplet: 18, 5A and C6. RGB value is (24,90,198). Sum of RGB (Red+Green+Blue) = 24+90+198=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #185AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AC6 is #E7A539. Grayscale: #525252. Windows color (decimal): -15181114 or 12999192. OLE color: 12999192.

HSL color Cylindrical-coordinate representation of color #185AC6: hue angle of 217.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185AC6 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2490198-
CMYK0.880.5500.22
HSL217.24º78.38%43.53%-
HSV(B)217.24º87.88%77.65%-
XYZ14.2311.5854.91-
YUV82.58193.1386.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.69%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 198 (77.73% from 255) = 63.46%
R=7.69%
G=28.85%
B=63.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24901980.880.5500.22217.2478.3843.53
Hex185AC65837016d94e2c
Octal301323061306702633111654
Binary110001011010110001101011000110111010110110110011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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