Html Css Color HEX #155B87 Bahama Blue

📋 copy color: '#155B87'

red 21 ◦ green 91 ◦ blue 135

#155B87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #155B87

Tints of Bahama Blue #155B87

RGB

 RED value IS 21 (8.59% from 255) = 8.5%

 GREEN value IS 91 (35.94% from 255) = 36.84%

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 8.5%
G = 36.84%
B = 54.66%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#155B87 (or 0x155B87) is known color: Bahama Blue. HEX triplet: 15, 5B and 87. RGB value is (21,91,135). Sum of RGB (Red+Green+Blue) = 21+91+135=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #155B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B87 is #EAA478. Grayscale: #4A4A4A. Windows color (decimal): -15377529 or 8870677. OLE color: 8870677.

HSL color Cylindrical-coordinate representation of color #155B87: hue angle of 203.16º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B87 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 91 135 -
CMYK 0.84 0.33 0 0.47
HSL 203.16º 0.73% 0.31% -
HSV(B) 203.16º 0.84% 0.53% -
XYZ 8.42 9.39 24.29 -
YUV 75.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 21 91 135 0.84 0.33 0 0.47 203.16 0.73 0.31
Hex 15 5B 87 54 21 0 2F CB 49 1F
Octal 25 133 207 124 41 0 57 313 111 37
Binary 10101 1011011 10000111 1010100 100001 0 101111 11001011 1001001 11111

Color Harmonies of #155B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B87

Black with #155B87

Text Example


Text Example

White with #155B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #155B87;
 }
 .AnyTagClassName
 {
   color: #155B87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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