#1A5087

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

Shades of Bahama Blue #1A5087

Tints of Bahama Blue #1A5087

Color information

#1A5087 (or 0x1A5087) is unknown color: approx Bahama Blue. HEX triplet: 1A, 50 and 87. RGB value is (26,80,135). Sum of RGB (Red+Green+Blue) = 26+80+135=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5087 is #E5AF78. Grayscale: #454545. Windows color (decimal): -15052665 or 8867866. OLE color: 8867866.

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

Color convert

RGB2680135-
CMYK0.810.4100.47
HSL210.28º67.7%31.57%-
HSV(B)210.28º80.74%52.94%-
XYZ7.677.7124-
YUV70.12164.6196.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.79%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=10.79%
G=33.20%
B=56.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26801350.810.4100.47210.2867.731.57
Hex1A5087512902Fd24420
Octal321202071215105732210440
Binary1101010100001000011110100011010010101111110100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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