#1D5487

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

Shades of Bahama Blue #1D5487

Tints of Bahama Blue #1D5487

Color information

#1D5487 (or 0x1D5487) is unknown color: approx Bahama Blue. HEX triplet: 1D, 54 and 87. RGB value is (29,84,135). Sum of RGB (Red+Green+Blue) = 29+84+135=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D5487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5487 is #E2AB78. Grayscale: #494949. Windows color (decimal): -14855033 or 8868893. OLE color: 8868893.

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

Color convert

RGB2984135-
CMYK0.790.3800.47
HSL208.87º64.63%32.16%-
HSV(B)208.87º78.52%52.94%-
XYZ8.058.3524.11-
YUV73.37162.7896.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.69%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=11.69%
G=33.87%
B=54.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29841350.790.3800.47208.8764.6332.16
Hex1D54874F2602Fd14120
Octal351242071174605732110140
Binary1110110101001000011110011111001100101111110100011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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