#1D5587

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

Shades of Bahama Blue #1D5587

Tints of Bahama Blue #1D5587

Color information

#1D5587 (or 0x1D5587) is unknown color: approx Bahama Blue. HEX triplet: 1D, 55 and 87. RGB value is (29,85,135). Sum of RGB (Red+Green+Blue) = 29+85+135=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D5587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5587 is #E2AA78. Grayscale: #494949. Windows color (decimal): -14854777 or 8869149. OLE color: 8869149.

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

Color convert

RGB2985135-
CMYK0.790.3700.47
HSL208.3º64.63%32.16%-
HSV(B)208.3º78.52%52.94%-
XYZ8.138.5124.14-
YUV73.96162.4595.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=11.65%
G=34.14%
B=54.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29851350.790.3700.47208.364.6332.16
Hex1D55874F2502Fd04120
Octal351252071174505732010140
Binary1110110101011000011110011111001010101111110100001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,85,135); }

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

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

 a { background-color: rgb(29,85,135); }

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

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

 span { border-color: rgb(29,85,135); }

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