#155C85

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

Shades of Bahama Blue #155C85

Tints of Bahama Blue #155C85

Color information

#155C85 (or 0x155C85) is unknown color: approx Bahama Blue. HEX triplet: 15, 5C and 85. RGB value is (21,92,133). Sum of RGB (Red+Green+Blue) = 21+92+133=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #155C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C85 is #EAA37A. Grayscale: #4B4B4B. Windows color (decimal): -15377275 or 8739861. OLE color: 8739861.

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

Color convert

RGB2192133-
CMYK0.840.3100.48
HSL201.96º72.73%30.2%-
HSV(B)201.96º84.21%52.16%-
XYZ8.379.5123.58-
YUV75.45160.4889.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=8.54%
G=37.40%
B=54.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21921330.840.3100.48201.9672.7330.2
Hex155C85541F030ca491e
Octal251342051243706031211136
Binary10101101110010000101101010011111011000011001010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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