#155BB6

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

Shades of Denim #155BB6

Tints of Denim #155BB6

Color information

#155BB6 (or 0x155BB6) is unknown color: approx Denim. HEX triplet: 15, 5B and B6. RGB value is (21,91,182). Sum of RGB (Red+Green+Blue) = 21+91+182=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #155BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BB6 is #EAA449. Grayscale: #505050. Windows color (decimal): -15377482 or 11950869. OLE color: 11950869.

HSL color Cylindrical-coordinate representation of color #155BB6: hue angle of 213.91º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155BB6 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2191182-
CMYK0.880.500.29
HSL213.91º79.31%39.8%-
HSV(B)213.91º88.46%71.37%-
XYZ12.4911.0245.72-
YUV80.44185.3185.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=7.14%
G=30.95%
B=61.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21911820.880.500.29213.9179.3139.8
Hex155BB6583201Dd64f28
Octal251332661306203532611750
Binary101011011011101101101011000110010011101110101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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