#155A8A

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

Shades of Bahama Blue #155A8A

Tints of Bahama Blue #155A8A

Color information

#155A8A (or 0x155A8A) is unknown color: approx Bahama Blue. HEX triplet: 15, 5A and 8A. RGB value is (21,90,138). Sum of RGB (Red+Green+Blue) = 21+90+138=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #155A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A8A is #EAA575. Grayscale: #4A4A4A. Windows color (decimal): -15377782 or 9067029. OLE color: 9067029.

HSL color Cylindrical-coordinate representation of color #155A8A: hue angle of 204.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155A8A is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2190138-
CMYK0.850.3500.46
HSL204.62º73.58%31.18%-
HSV(B)204.62º84.78%54.12%-
XYZ8.559.3125.39-
YUV74.84163.6489.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=8.43%
G=36.14%
B=55.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21901380.850.3500.46204.6273.5831.18
Hex155A8A552302Ecd4a1f
Octal251322121254305631511237
Binary101011011010100010101010101100011010111011001101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A8A; }

 p { color: rgb(21,90,138); }

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

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

 a { background-color: rgb(21,90,138); }

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

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

 span { border-color: rgb(21,90,138); }

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