#156EB1

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

Shades of Denim #156EB1

Tints of Denim #156EB1

Color information

#156EB1 (or 0x156EB1) is unknown color: approx Denim. HEX triplet: 15, 6E and B1. RGB value is (21,110,177). Sum of RGB (Red+Green+Blue) = 21+110+177=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #156EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156EB1 is #EA914E. Grayscale: #5A5A5A. Windows color (decimal): -15372623 or 11628053. OLE color: 11628053.

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

Color convert

RGB21110177-
CMYK0.880.3800.31
HSL205.77º78.79%38.82%-
HSV(B)205.77º88.14%69.41%-
XYZ13.8214.4943.66-
YUV91.03176.5178.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 177 (69.53% from 255) = 57.47%
R=6.82%
G=35.71%
B=57.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211101770.880.3800.31205.7778.7938.82
Hex156EB1582601Fce4f27
Octal251562611304603731611747
Binary101011101110101100011011000100110011111110011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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