#1A5080

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

Shades of Bahama Blue #1A5080

Tints of Bahama Blue #1A5080

Color information

#1A5080 (or 0x1A5080) is unknown color: approx Bahama Blue. HEX triplet: 1A, 50 and 80. RGB value is (26,80,128). Sum of RGB (Red+Green+Blue) = 26+80+128=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A5080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5080 is #E5AF7F. Grayscale: #454545. Windows color (decimal): -15052672 or 8409114. OLE color: 8409114.

HSL color Cylindrical-coordinate representation of color #1A5080: hue angle of 208.24º 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 #1A5080 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2680128-
CMYK0.800.3800.50
HSL208.24º66.23%30.2%-
HSV(B)208.24º79.69%50.2%-
XYZ7.197.5221.49-
YUV69.33161.1197.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.11%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 128 (50.39% from 255) = 54.70%
R=11.11%
G=34.19%
B=54.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26801280.800.3800.50208.2466.2330.2
Hex1A50805026032d0421e
Octal321202001204606232010236
Binary110101010000100000001010000100110011001011010000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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