#155D82

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

Shades of Bahama Blue #155D82

Tints of Bahama Blue #155D82

Color information

#155D82 (or 0x155D82) is unknown color: approx Bahama Blue. HEX triplet: 15, 5D and 82. RGB value is (21,93,130). Sum of RGB (Red+Green+Blue) = 21+93+130=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #155D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D82 is #EAA27D. Grayscale: #4B4B4B. Windows color (decimal): -15377022 or 8543509. OLE color: 8543509.

HSL color Cylindrical-coordinate representation of color #155D82: hue angle of 200.37º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155D82 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2193130-
CMYK0.840.2800.49
HSL200.37º72.19%29.61%-
HSV(B)200.37º83.85%50.98%-
XYZ8.259.622.54-
YUV75.69158.6588.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=8.61%
G=38.11%
B=53.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21931300.840.2800.49200.3772.1929.61
Hex155D82541C031c8481e
Octal251352021243406131011036
Binary10101101110110000010101010011100011000111001000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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