#155682

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

Shades of Bahama Blue #155682

Tints of Bahama Blue #155682

Color information

#155682 (or 0x155682) is unknown color: approx Bahama Blue. HEX triplet: 15, 56 and 82. RGB value is (21,86,130). Sum of RGB (Red+Green+Blue) = 21+86+130=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #155682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155682 is #EAA97D. Grayscale: #474747. Windows color (decimal): -15378814 or 8541717. OLE color: 8541717.

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

Color convert

RGB2186130-
CMYK0.840.3400.49
HSL204.22º72.19%29.61%-
HSV(B)204.22º83.85%50.98%-
XYZ7.678.4322.34-
YUV71.58160.9791.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=8.86%
G=36.29%
B=54.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21861300.840.3400.49204.2272.1929.61
Hex1556825422031cc481e
Octal251262021244206131411036
Binary101011010110100000101010100100010011000111001100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155682; }

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

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

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

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

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

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

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

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