#185BB1

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

Shades of Denim #185BB1

Tints of Denim #185BB1

Color information

#185BB1 (or 0x185BB1) is unknown color: approx Denim. HEX triplet: 18, 5B and B1. RGB value is (24,91,177). Sum of RGB (Red+Green+Blue) = 24+91+177=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #185BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BB1 is #E7A44E. Grayscale: #505050. Windows color (decimal): -15180879 or 11623192. OLE color: 11623192.

HSL color Cylindrical-coordinate representation of color #185BB1: hue angle of 213.73º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185BB1 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2491177-
CMYK0.860.4900.31
HSL213.73º76.12%39.41%-
HSV(B)213.73º86.44%69.41%-
XYZ12.0510.8543.05-
YUV80.77182.387.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.22%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=8.22%
G=31.16%
B=60.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24911770.860.4900.31213.7376.1239.41
Hex185BB1563101Fd64c27
Octal301332611266103732611447
Binary110001011011101100011010110110001011111110101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,91,177); }

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

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

 a { background-color: rgb(24,91,177); }

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

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

 span { border-color: rgb(24,91,177); }

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