#1A5488

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

Shades of Bahama Blue #1A5488

Tints of Bahama Blue #1A5488

Color information

#1A5488 (or 0x1A5488) is unknown color: approx Bahama Blue. HEX triplet: 1A, 54 and 88. RGB value is (26,84,136). Sum of RGB (Red+Green+Blue) = 26+84+136=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A5488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5488 is #E5AB77. Grayscale: #484848. Windows color (decimal): -15051640 or 8934426. OLE color: 8934426.

HSL color Cylindrical-coordinate representation of color #1A5488: hue angle of 208.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5488 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2684136-
CMYK0.810.3800.47
HSL208.36º67.9%31.76%-
HSV(B)208.36º80.88%53.33%-
XYZ8.048.3424.48-
YUV72.59163.7894.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 136 (53.52% from 255) = 55.28%
R=10.57%
G=34.15%
B=55.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26841360.810.3800.47208.3667.931.76
Hex1A5488512602Fd04420
Octal321242101214605732010440
Binary1101010101001000100010100011001100101111110100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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