#1A5580

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

Shades of Bahama Blue #1A5580

Tints of Bahama Blue #1A5580

Color information

#1A5580 (or 0x1A5580) is unknown color: approx Bahama Blue. HEX triplet: 1A, 55 and 80. RGB value is (26,85,128). Sum of RGB (Red+Green+Blue) = 26+85+128=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A5580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5580 is #E5AA7F. Grayscale: #484848. Windows color (decimal): -15051392 or 8410394. OLE color: 8410394.

HSL color Cylindrical-coordinate representation of color #1A5580: hue angle of 205.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5580 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2685128-
CMYK0.800.3400.50
HSL205.29º66.23%30.2%-
HSV(B)205.29º79.69%50.2%-
XYZ7.578.2821.62-
YUV72.26159.4595-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=10.88%
G=35.56%
B=53.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26851280.800.3400.50205.2966.2330.2
Hex1A55805022032cd421e
Octal321252001204206231510236
Binary110101010101100000001010000100010011001011001101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5580; }

 p { color: rgb(26,85,128); }

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

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

 a { background-color: rgb(26,85,128); }

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

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

 span { border-color: rgb(26,85,128); }

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