#155882

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

Shades of Bahama Blue #155882

Tints of Bahama Blue #155882

Color information

#155882 (or 0x155882) is unknown color: approx Bahama Blue. HEX triplet: 15, 58 and 82. RGB value is (21,88,130). Sum of RGB (Red+Green+Blue) = 21+88+130=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #155882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155882 is #EAA77D. Grayscale: #484848. Windows color (decimal): -15378302 or 8542229. OLE color: 8542229.

HSL color Cylindrical-coordinate representation of color #155882: hue angle of 203.12º 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 #155882 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2188130-
CMYK0.840.3200.49
HSL203.12º72.19%29.61%-
HSV(B)203.12º83.85%50.98%-
XYZ7.838.7522.4-
YUV72.76160.391.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=8.79%
G=36.82%
B=54.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21881300.840.3200.49203.1272.1929.61
Hex1558825420031cb481e
Octal251302021244006131311036
Binary101011011000100000101010100100000011000111001011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155882; }

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

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

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

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

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

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

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

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