#156EBA

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

Shades of Denim #156EBA

Tints of Denim #156EBA

Color information

#156EBA (or 0x156EBA) is unknown color: approx Denim. HEX triplet: 15, 6E and BA. RGB value is (21,110,186). Sum of RGB (Red+Green+Blue) = 21+110+186=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #156EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EBA is #EA9145. Grayscale: #5B5B5B. Windows color (decimal): -15372614 or 12217877. OLE color: 12217877.

HSL color Cylindrical-coordinate representation of color #156EBA: hue angle of 207.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156EBA is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21110186-
CMYK0.890.4100.27
HSL207.64º79.71%40.59%-
HSV(B)207.64º88.71%72.94%-
XYZ14.7514.8648.54-
YUV92.05181.0177.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.62%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=6.62%
G=34.70%
B=58.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211101860.890.4100.27207.6479.7140.59
Hex156EBA592901Bd05029
Octal251562721315103332012051
Binary101011101110101110101011001101001011011110100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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