#1A5E87

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

Shades of Bahama Blue #1A5E87

Tints of Bahama Blue #1A5E87

Color information

#1A5E87 (or 0x1A5E87) is unknown color: approx Bahama Blue. HEX triplet: 1A, 5E and 87. RGB value is (26,94,135). Sum of RGB (Red+Green+Blue) = 26+94+135=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A5E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E87 is #E5A178. Grayscale: #4E4E4E. Windows color (decimal): -15049081 or 8871450. OLE color: 8871450.

HSL color Cylindrical-coordinate representation of color #1A5E87: hue angle of 202.57º 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 #1A5E87 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2694135-
CMYK0.810.3000.47
HSL202.57º67.7%31.57%-
HSV(B)202.57º80.74%52.94%-
XYZ8.89.9724.38-
YUV78.34159.9790.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=10.20%
G=36.86%
B=52.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26941350.810.3000.47202.5767.731.57
Hex1A5E87511E02Fcb4420
Octal321362071213605731310440
Binary110101011110100001111010001111100101111110010111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,94,135); }

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

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

 a { background-color: rgb(26,94,135); }

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

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

 span { border-color: rgb(26,94,135); }

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