#185cbd

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

Shades of Denim #185CBD

Tints of Denim #185CBD

Color information

#185CBD (or 0x185CBD) is unknown color: approx Denim. HEX triplet: 18, 5C and BD. RGB value is (24,92,189). Sum of RGB (Red+Green+Blue) = 24+92+189=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #185CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CBD is #E7A342. Grayscale: #525252. Windows color (decimal): -15180611 or 12409880. OLE color: 12409880.

HSL color Cylindrical-coordinate representation of color #185CBD: hue angle of 215.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185CBD is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2492189-
CMYK0.870.5100.26
HSL215.27º77.46%41.76%-
HSV(B)215.27º87.3%74.12%-
XYZ13.3911.5249.66-
YUV82.73187.9786.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=7.87%
G=30.16%
B=61.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24921890.870.5100.26215.2777.4641.76
Hex185CBD573301Ad74d2a
Octal301342751276303232711552
Binary110001011100101111011010111110011011010110101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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