#155EBE

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

Shades of Denim #155EBE

Tints of Denim #155EBE

Color information

#155EBE (or 0x155EBE) is unknown color: approx Denim. HEX triplet: 15, 5E and BE. RGB value is (21,94,190). Sum of RGB (Red+Green+Blue) = 21+94+190=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #155EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EBE is #EAA141. Grayscale: #525252. Windows color (decimal): -15376706 or 12475925. OLE color: 12475925.

HSL color Cylindrical-coordinate representation of color #155EBE: hue angle of 214.08º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EBE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2194190-
CMYK0.890.5100.25
HSL214.08º80.09%41.37%-
HSV(B)214.08º88.95%74.51%-
XYZ13.6111.8850.29-
YUV83.12188.3283.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=6.89%
G=30.82%
B=62.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21941900.890.5100.25214.0880.0941.37
Hex155EBE5933019d65029
Octal251362761316303132612051
Binary101011011110101111101011001110011011001110101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,94,190); }

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

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

 a { background-color: rgb(21,94,190); }

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

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

 span { border-color: rgb(21,94,190); }

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