Html Css Color HEX #155C89 Bahama Blue

📋 copy color: '#155C89'

red 21 ◦ green 92 ◦ blue 137

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

Shades of Bahama Blue #155C89

Tints of Bahama Blue #155C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.8%

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 8.4%
G = 36.8%
B = 54.8%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#155C89 (or 0x155C89) is known color: Bahama Blue. HEX triplet: 15, 5C and 89. RGB value is (21,92,137). Sum of RGB (Red+Green+Blue) = 21+92+137=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #155C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C89 is #EAA376. Grayscale: #4B4B4B. Windows color (decimal): -15377271 or 9002005. OLE color: 9002005.

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

Color convert

RGB 21 92 137 -
CMYK 0.85 0.33 0 0.46
HSL 203.28º 0.73% 0.31% -
HSV(B) 203.28º 0.85% 0.54% -
XYZ 8.65 9.62 25.07 -
YUV 75.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 21 92 137 0.85 0.33 0 0.46 203.28 0.73 0.31
Hex 15 5C 89 55 21 0 2E CB 49 1F
Octal 25 134 211 125 41 0 56 313 111 37
Binary 10101 1011100 10001001 1010101 100001 0 101110 11001011 1001001 11111

Color Harmonies of #155C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C89

Black with #155C89

Text Example


Text Example

White with #155C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,92,137); }

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

background-color css

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

 a { background-color: rgb(21,92,137); }

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

border-color css

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

 span { border-color: rgb(21,92,137); }

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