#1D587D

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

Shades of Bahama Blue #1D587D

Tints of Bahama Blue #1D587D

Color information

#1D587D (or 0x1D587D) is unknown color: approx Bahama Blue. HEX triplet: 1D, 58 and 7D. RGB value is (29,88,125). Sum of RGB (Red+Green+Blue) = 29+88+125=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D587D is #E2A782. Grayscale: #4A4A4A. Windows color (decimal): -14854019 or 8214557. OLE color: 8214557.

HSL color Cylindrical-coordinate representation of color #1D587D: hue angle of 203.12º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D587D is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2988125-
CMYK0.770.3000.51
HSL203.12º62.34%30.2%-
HSV(B)203.12º76.8%49.02%-
XYZ7.78.7220.68-
YUV74.58156.4595.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=11.98%
G=36.36%
B=51.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29881250.770.3000.51203.1262.3430.2
Hex1D587D4D1E033cb3e1e
Octal35130175115360633137636
Binary111011011000111110110011011111001100111100101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,88,125); }

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

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

 a { background-color: rgb(29,88,125); }

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

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

 span { border-color: rgb(29,88,125); }

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