#155BCA

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

Shades of Denim #155BCA

Tints of Denim #155BCA

Color information

#155BCA (or 0x155BCA) is unknown color: approx Denim. HEX triplet: 15, 5B and CA. RGB value is (21,91,202). Sum of RGB (Red+Green+Blue) = 21+91+202=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #155BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BCA is #EAA435. Grayscale: #525252. Windows color (decimal): -15377462 or 13261589. OLE color: 13261589.

HSL color Cylindrical-coordinate representation of color #155BCA: hue angle of 216.8º 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 #155BCA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2191202-
CMYK0.900.5500.21
HSL216.8º81.17%43.73%-
HSV(B)216.8º89.6%79.22%-
XYZ14.7111.9157.4-
YUV82.72195.3183.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.69%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 202 (79.30% from 255) = 64.33%
R=6.69%
G=28.98%
B=64.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21912020.900.5500.21216.881.1743.73
Hex155BCA5A37015d9512c
Octal251333121326702533112154
Binary101011011011110010101011010110111010101110110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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