#1C5587

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

Shades of Bahama Blue #1C5587

Tints of Bahama Blue #1C5587

Color information

#1C5587 (or 0x1C5587) is unknown color: approx Bahama Blue. HEX triplet: 1C, 55 and 87. RGB value is (28,85,135). Sum of RGB (Red+Green+Blue) = 28+85+135=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 85 (33.59% from 255 or 34.27% 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 #1C5587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5587 is #E3AA78. Grayscale: #494949. Windows color (decimal): -14920313 or 8869148. OLE color: 8869148.

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

Color convert

RGB2885135-
CMYK0.790.3700.47
HSL208.04º65.64%31.96%-
HSV(B)208.04º79.26%52.94%-
XYZ8.18.4924.13-
YUV73.66162.6295.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=11.29%
G=34.27%
B=54.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28851350.790.3700.47208.0465.6431.96
Hex1C55874F2502Fd04220
Octal341252071174505732010240
Binary1110010101011000011110011111001010101111110100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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