#185DCF

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

Shades of Denim #185DCF

Tints of Denim #185DCF

Color information

#185DCF (or 0x185DCF) is unknown color: approx Denim. HEX triplet: 18, 5D and CF. RGB value is (24,93,207). Sum of RGB (Red+Green+Blue) = 24+93+207=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #185DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DCF is #E7A230. Grayscale: #545454. Windows color (decimal): -15180337 or 13589784. OLE color: 13589784.

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

Color convert

RGB2493207-
CMYK0.880.5500.19
HSL217.38º79.22%45.29%-
HSV(B)217.38º88.41%81.18%-
XYZ15.5512.5360.63-
YUV85.36196.6484.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.41%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 207 (81.25% from 255) = 63.89%
R=7.41%
G=28.70%
B=63.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24932070.880.5500.19217.3879.2245.29
Hex185DCF5837013d94f2d
Octal301353171306702333111755
Binary110001011101110011111011000110111010011110110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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