#185AB1

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

Shades of Denim #185AB1

Tints of Denim #185AB1

Color information

#185AB1 (or 0x185AB1) is unknown color: approx Denim. HEX triplet: 18, 5A and B1. RGB value is (24,90,177). Sum of RGB (Red+Green+Blue) = 24+90+177=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #185AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AB1 is #E7A54E. Grayscale: #4F4F4F. Windows color (decimal): -15181135 or 11622936. OLE color: 11622936.

HSL color Cylindrical-coordinate representation of color #185AB1: hue angle of 214.12º 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 #185AB1 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2490177-
CMYK0.860.4900.31
HSL214.12º76.12%39.41%-
HSV(B)214.12º86.44%69.41%-
XYZ11.9710.6843.03-
YUV80.18182.6387.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=8.25%
G=30.93%
B=60.82%

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
Decimal24901770.860.4900.31214.1276.1239.41
Hex185AB1563101Fd64c27
Octal301322611266103732611447
Binary110001011010101100011010110110001011111110101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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