#1C5A87

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

Shades of Bahama Blue #1C5A87

Tints of Bahama Blue #1C5A87

Color information

#1C5A87 (or 0x1C5A87) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5A and 87. RGB value is (28,90,135). Sum of RGB (Red+Green+Blue) = 28+90+135=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C5A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5A87 is #E3A578. Grayscale: #4C4C4C. Windows color (decimal): -14919033 or 8870428. OLE color: 8870428.

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

Color convert

RGB2890135-
CMYK0.790.3300.47
HSL205.23º65.64%31.96%-
HSV(B)205.23º79.26%52.94%-
XYZ8.519.3124.27-
YUV76.59160.9693.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=11.07%
G=35.57%
B=53.36%

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
Decimal28901350.790.3300.47205.2365.6431.96
Hex1C5A874F2102Fcd4220
Octal341322071174105731510240
Binary1110010110101000011110011111000010101111110011011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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