#156BB1

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

Shades of Denim #156BB1

Tints of Denim #156BB1

Color information

#156BB1 (or 0x156BB1) is unknown color: approx Denim. HEX triplet: 15, 6B and B1. RGB value is (21,107,177). Sum of RGB (Red+Green+Blue) = 21+107+177=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #156BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156BB1 is #EA944E. Grayscale: #585858. Windows color (decimal): -15373391 or 11627285. OLE color: 11627285.

HSL color Cylindrical-coordinate representation of color #156BB1: hue angle of 206.92º 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 #156BB1 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21107177-
CMYK0.880.4000.31
HSL206.92º78.79%38.82%-
HSV(B)206.92º88.14%69.41%-
XYZ13.513.8543.56-
YUV89.27177.5179.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 177 (69.53% from 255) = 58.03%
R=6.89%
G=35.08%
B=58.03%

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
Decimal211071770.880.4000.31206.9278.7938.82
Hex156BB1582801Fcf4f27
Octal251532611305003731711747
Binary101011101011101100011011000101000011111110011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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