#185ACA

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

Shades of Denim #185ACA

Tints of Denim #185ACA

Color information

#185ACA (or 0x185ACA) is unknown color: approx Denim. HEX triplet: 18, 5A and CA. RGB value is (24,90,202). Sum of RGB (Red+Green+Blue) = 24+90+202=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #185ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ACA is #E7A535. Grayscale: #525252. Windows color (decimal): -15181110 or 13261336. OLE color: 13261336.

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

Color convert

RGB2490202-
CMYK0.880.5500.21
HSL217.75º78.76%44.31%-
HSV(B)217.75º88.12%79.22%-
XYZ14.6911.7757.37-
YUV83.03195.1385.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.59%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=7.59%
G=28.48%
B=63.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24902020.880.5500.21217.7578.7644.31
Hex185ACA5837015da4f2c
Octal301323121306702533211754
Binary110001011010110010101011000110111010101110110101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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