#1C5B87

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

Shades of Bahama Blue #1C5B87

Tints of Bahama Blue #1C5B87

Color information

#1C5B87 (or 0x1C5B87) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5B and 87. RGB value is (28,91,135). Sum of RGB (Red+Green+Blue) = 28+91+135=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C5B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5B87 is #E3A478. Grayscale: #4C4C4C. Windows color (decimal): -14918777 or 8870684. OLE color: 8870684.

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

Color convert

RGB2891135-
CMYK0.790.3300.47
HSL204.67º65.64%31.96%-
HSV(B)204.67º79.26%52.94%-
XYZ8.599.4824.3-
YUV77.18160.6392.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=11.02%
G=35.83%
B=53.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28911350.790.3300.47204.6765.6431.96
Hex1C5B874F2102Fcd4220
Octal341332071174105731510240
Binary1110010110111000011110011111000010101111110011011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,91,135); }

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

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

 a { background-color: rgb(28,91,135); }

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

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

 span { border-color: rgb(28,91,135); }

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