Html Css Color HEX #155D87 Bahama Blue

📋 copy color: '#155D87'

red 21 ◦ green 93 ◦ blue 135

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

Shades of Bahama Blue #155D87

Tints of Bahama Blue #155D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 8.43%
G = 37.35%
B = 54.22%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#155D87 (or 0x155D87) is known color: Bahama Blue. HEX triplet: 15, 5D and 87. RGB value is (21,93,135). Sum of RGB (Red+Green+Blue) = 21+93+135=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #155D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D87 is #EAA278. Grayscale: #4C4C4C. Windows color (decimal): -15377017 or 8871189. OLE color: 8871189.

HSL color Cylindrical-coordinate representation of color #155D87: hue angle of 202.11º 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 #155D87 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 93 135 -
CMYK 0.84 0.31 0 0.47
HSL 202.11º 0.73% 0.31% -
HSV(B) 202.11º 0.84% 0.53% -
XYZ 8.6 9.74 24.35 -
YUV 76.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 21 93 135 0.84 0.31 0 0.47 202.11 0.73 0.31
Hex 15 5D 87 54 1F 0 2F CA 49 1F
Octal 25 135 207 124 37 0 57 312 111 37
Binary 10101 1011101 10000111 1010100 11111 0 101111 11001010 1001001 11111

Color Harmonies of #155D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D87

Black with #155D87

Text Example


Text Example

White with #155D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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