#1A5480

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

Shades of Bahama Blue #1A5480

Tints of Bahama Blue #1A5480

Color information

#1A5480 (or 0x1A5480) is unknown color: approx Bahama Blue. HEX triplet: 1A, 54 and 80. RGB value is (26,84,128). Sum of RGB (Red+Green+Blue) = 26+84+128=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A5480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5480 is #E5AB7F. Grayscale: #474747. Windows color (decimal): -15051648 or 8410138. OLE color: 8410138.

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

Color convert

RGB2684128-
CMYK0.800.3400.50
HSL205.88º66.23%30.2%-
HSV(B)205.88º79.69%50.2%-
XYZ7.498.1221.59-
YUV71.67159.7895.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 128 (50.39% from 255) = 53.78%
R=10.92%
G=35.29%
B=53.78%

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
Decimal26841280.800.3400.50205.8866.2330.2
Hex1A54805022032ce421e
Octal321242001204206231610236
Binary110101010100100000001010000100010011001011001110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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