#155382

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

Shades of Bahama Blue #155382

Tints of Bahama Blue #155382

Color information

#155382 (or 0x155382) is unknown color: approx Bahama Blue. HEX triplet: 15, 53 and 82. RGB value is (21,83,130). Sum of RGB (Red+Green+Blue) = 21+83+130=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #155382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155382 is #EAAC7D. Grayscale: #454545. Windows color (decimal): -15379582 or 8540949. OLE color: 8540949.

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

Color convert

RGB2183130-
CMYK0.840.3600.49
HSL205.87º72.19%29.61%-
HSV(B)205.87º83.85%50.98%-
XYZ7.437.9622.26-
YUV69.82161.9693.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=8.97%
G=35.47%
B=55.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21831300.840.3600.49205.8772.1929.61
Hex1553825424031ce481e
Octal251232021244406131611036
Binary101011010011100000101010100100100011000111001110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155382; }

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

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

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

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

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

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

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

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