#156AB1

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

Shades of Denim #156AB1

Tints of Denim #156AB1

Color information

#156AB1 (or 0x156AB1) is unknown color: approx Denim. HEX triplet: 15, 6A and B1. RGB value is (21,106,177). Sum of RGB (Red+Green+Blue) = 21+106+177=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #156AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156AB1 is #EA954E. Grayscale: #585858. Windows color (decimal): -15373647 or 11627029. OLE color: 11627029.

HSL color Cylindrical-coordinate representation of color #156AB1: hue angle of 207.31º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #156AB1 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21106177-
CMYK0.880.4000.31
HSL207.31º78.79%38.82%-
HSV(B)207.31º88.14%69.41%-
XYZ13.413.6443.52-
YUV88.68177.8479.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 177 (69.53% from 255) = 58.22%
R=6.91%
G=34.87%
B=58.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211061770.880.4000.31207.3178.7938.82
Hex156AB1582801Fcf4f27
Octal251522611305003731711747
Binary101011101010101100011011000101000011111110011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,106,177); }

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

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

 a { background-color: rgb(21,106,177); }

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

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

 span { border-color: rgb(21,106,177); }

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