#156BCA

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

Shades of Denim #156BCA

Tints of Denim #156BCA

Color information

#156BCA (or 0x156BCA) is unknown color: approx Denim. HEX triplet: 15, 6B and CA. RGB value is (21,107,202). Sum of RGB (Red+Green+Blue) = 21+107+202=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #156BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BCA is #EA9435. Grayscale: #5B5B5B. Windows color (decimal): -15373366 or 13265685. OLE color: 13265685.

HSL color Cylindrical-coordinate representation of color #156BCA: hue angle of 211.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156BCA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21107202-
CMYK0.900.4700.21
HSL211.49º81.17%43.73%-
HSV(B)211.49º89.6%79.22%-
XYZ16.2314.9457.91-
YUV92.12190.0177.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.36%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=6.36%
G=32.42%
B=61.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211072020.900.4700.21211.4981.1743.73
Hex156BCA5A2F015d3512c
Octal251533121325702532312154
Binary101011101011110010101011010101111010101110100111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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