#155181

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

Shades of Bahama Blue #155181

Tints of Bahama Blue #155181

Color information

#155181 (or 0x155181) is unknown color: approx Bahama Blue. HEX triplet: 15, 51 and 81. RGB value is (21,81,129). Sum of RGB (Red+Green+Blue) = 21+81+129=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #155181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155181 is #EAAE7E. Grayscale: #444444. Windows color (decimal): -15380095 or 8474901. OLE color: 8474901.

HSL color Cylindrical-coordinate representation of color #155181: hue angle of 206.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155181 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2181129-
CMYK0.840.3700.49
HSL206.67º72%29.41%-
HSV(B)206.67º83.72%50.59%-
XYZ7.217.6321.86-
YUV68.53162.1294.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=9.09%
G=35.06%
B=55.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21811290.840.3700.49206.677229.41
Hex1551815425031cf481d
Octal251212011244506131711035
Binary101011010001100000011010100100101011000111001111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155181; }

 p { color: rgb(21,81,129); }

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

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

 a { background-color: rgb(21,81,129); }

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

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

 span { border-color: rgb(21,81,129); }

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