#155E85

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

Shades of Bahama Blue #155E85

Tints of Bahama Blue #155E85

Color information

#155E85 (or 0x155E85) is unknown color: approx Bahama Blue. HEX triplet: 15, 5E and 85. RGB value is (21,94,133). Sum of RGB (Red+Green+Blue) = 21+94+133=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #155E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E85 is #EAA17A. Grayscale: #4C4C4C. Windows color (decimal): -15376763 or 8740373. OLE color: 8740373.

HSL color Cylindrical-coordinate representation of color #155E85: hue angle of 200.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155E85 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2194133-
CMYK0.840.2900.48
HSL200.89º72.73%30.2%-
HSV(B)200.89º84.21%52.16%-
XYZ8.559.8623.64-
YUV76.62159.8288.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=8.47%
G=37.90%
B=53.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21941330.840.2900.48200.8972.7330.2
Hex155E85541D030c9491e
Octal251362051243506031111136
Binary10101101111010000101101010011101011000011001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,94,133); }

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

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

 a { background-color: rgb(21,94,133); }

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

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

 span { border-color: rgb(21,94,133); }

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