#1D5C88

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

Shades of Bahama Blue #1D5C88

Tints of Bahama Blue #1D5C88

Color information

#1D5C88 (or 0x1D5C88) is unknown color: approx Bahama Blue. HEX triplet: 1D, 5C and 88. RGB value is (29,92,136). Sum of RGB (Red+Green+Blue) = 29+92+136=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D5C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5C88 is #E2A377. Grayscale: #4D4D4D. Windows color (decimal): -14852984 or 8936477. OLE color: 8936477.

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

Color convert

RGB2992136-
CMYK0.790.3200.47
HSL204.67º64.85%32.35%-
HSV(B)204.67º78.68%53.33%-
XYZ8.789.6924.7-
YUV78.18160.6392.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=11.28%
G=35.80%
B=52.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29921360.790.3200.47204.6764.8532.35
Hex1D5C884F2002Fcd4120
Octal351342101174005731510140
Binary1110110111001000100010011111000000101111110011011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,92,136); }

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

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

 a { background-color: rgb(29,92,136); }

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

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

 span { border-color: rgb(29,92,136); }

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