#155487

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

Shades of Bahama Blue #155487

Tints of Bahama Blue #155487

Color information

#155487 (or 0x155487) is unknown color: approx Bahama Blue. HEX triplet: 15, 54 and 87. RGB value is (21,84,135). Sum of RGB (Red+Green+Blue) = 21+84+135=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #155487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155487 is #EAAB78. Grayscale: #464646. Windows color (decimal): -15379321 or 8868885. OLE color: 8868885.

HSL color Cylindrical-coordinate representation of color #155487: hue angle of 206.84º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155487 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2184135-
CMYK0.840.3800.47
HSL206.84º73.08%30.59%-
HSV(B)206.84º84.44%52.94%-
XYZ7.858.2524.1-
YUV70.98164.1392.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=8.75%
G=35%
B=56.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21841350.840.3800.47206.8473.0830.59
Hex155487542602Fcf491f
Octal251242071244605731711137
Binary101011010100100001111010100100110010111111001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155487; }

 p { color: rgb(21,84,135); }

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

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

 a { background-color: rgb(21,84,135); }

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

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

 span { border-color: rgb(21,84,135); }

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