#185CBF

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

Shades of Denim #185CBF

Tints of Denim #185CBF

Color information

#185CBF (or 0x185CBF) is unknown color: approx Denim. HEX triplet: 18, 5C and BF. RGB value is (24,92,191). Sum of RGB (Red+Green+Blue) = 24+92+191=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #185CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CBF is #E7A340. Grayscale: #525252. Windows color (decimal): -15180609 or 12540952. OLE color: 12540952.

HSL color Cylindrical-coordinate representation of color #185CBF: hue angle of 215.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185CBF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2492191-
CMYK0.870.5200.25
HSL215.57º77.67%42.16%-
HSV(B)215.57º87.43%74.9%-
XYZ13.6111.6150.81-
YUV82.95188.9785.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 191 (75% from 255) = 62.21%
R=7.82%
G=29.97%
B=62.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24921910.870.5200.25215.5777.6742.16
Hex185CBF5734019d84e2a
Octal301342771276403133011652
Binary110001011100101111111010111110100011001110110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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