#155288

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

Shades of Bahama Blue #155288

Tints of Bahama Blue #155288

Color information

#155288 (or 0x155288) is unknown color: approx Bahama Blue. HEX triplet: 15, 52 and 88. RGB value is (21,82,136). Sum of RGB (Red+Green+Blue) = 21+82+136=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #155288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155288 is #EAAD77. Grayscale: #454545. Windows color (decimal): -15379832 or 8933909. OLE color: 8933909.

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

Color convert

RGB2182136-
CMYK0.850.4000.47
HSL208.17º73.25%30.78%-
HSV(B)208.17º84.56%53.33%-
XYZ7.777.9724.42-
YUV69.92165.2993.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 136 (53.52% from 255) = 56.90%
R=8.79%
G=34.31%
B=56.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21821360.850.4000.47208.1773.2530.78
Hex155288552802Fd0491f
Octal251222101255005732011137
Binary101011010010100010001010101101000010111111010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155288; }

 p { color: rgb(21,82,136); }

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

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

 a { background-color: rgb(21,82,136); }

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

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

 span { border-color: rgb(21,82,136); }

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