Html Css Color HEX #155D80 Bahama Blue

📋 copy color: '#155D80'

red 21 ◦ green 93 ◦ blue 128

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

Shades of Bahama Blue #155D80

Tints of Bahama Blue #155D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 8.68%
G = 38.43%
B = 52.89%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#155D80 (or 0x155D80) is known color: Bahama Blue. HEX triplet: 15, 5D and 80. RGB value is (21,93,128). Sum of RGB (Red+Green+Blue) = 21+93+128=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #155D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D80 is #EAA27F. Grayscale: #4B4B4B. Windows color (decimal): -15377024 or 8412437. OLE color: 8412437.

HSL color Cylindrical-coordinate representation of color #155D80: hue angle of 199.63º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155D80 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 93 128 -
CMYK 0.84 0.27 0 0.50
HSL 199.63º 0.72% 0.29% -
HSV(B) 199.63º 0.84% 0.5% -
XYZ 8.12 9.55 21.84 -
YUV 75.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 21 93 128 0.84 0.27 0 0.50 199.63 0.72 0.29
Hex 15 5D 80 54 1B 0 32 C8 48 1D
Octal 25 135 200 124 33 0 62 310 110 35
Binary 10101 1011101 10000000 1010100 11011 0 110010 11001000 1001000 11101

Color Harmonies of #155D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D80

Black with #155D80

Text Example


Text Example

White with #155D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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