#185DCA

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

Shades of Denim #185DCA

Tints of Denim #185DCA

Color information

#185DCA (or 0x185DCA) is unknown color: approx Denim. HEX triplet: 18, 5D and CA. RGB value is (24,93,202). Sum of RGB (Red+Green+Blue) = 24+93+202=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #185DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DCA is #E7A235. Grayscale: #545454. Windows color (decimal): -15180342 or 13262104. OLE color: 13262104.

HSL color Cylindrical-coordinate representation of color #185DCA: hue angle of 216.74º 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 #185DCA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2493202-
CMYK0.880.5400.21
HSL216.74º78.76%44.31%-
HSV(B)216.74º88.12%79.22%-
XYZ14.9512.2957.46-
YUV84.8194.1484.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.52%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=7.52%
G=29.15%
B=63.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24932020.880.5400.21216.7478.7644.31
Hex185DCA5836015d94f2c
Octal301353121306602533111754
Binary110001011101110010101011000110110010101110110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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