#155482

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

Shades of Bahama Blue #155482

Tints of Bahama Blue #155482

Color information

#155482 (or 0x155482) is unknown color: approx Bahama Blue. HEX triplet: 15, 54 and 82. RGB value is (21,84,130). Sum of RGB (Red+Green+Blue) = 21+84+130=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #155482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155482 is #EAAB7D. Grayscale: #464646. Windows color (decimal): -15379326 or 8541205. OLE color: 8541205.

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

Color convert

RGB2184130-
CMYK0.840.3500.49
HSL205.32º72.19%29.61%-
HSV(B)205.32º83.85%50.98%-
XYZ7.518.1122.29-
YUV70.41161.6392.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=8.94%
G=35.74%
B=55.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21841300.840.3500.49205.3272.1929.61
Hex1554825423031cd481e
Octal251242021244306131511036
Binary101011010100100000101010100100011011000111001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155482; }

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

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

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

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

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

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

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

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