#1C5687

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

Shades of Bahama Blue #1C5687

Tints of Bahama Blue #1C5687

Color information

#1C5687 (or 0x1C5687) is unknown color: approx Bahama Blue. HEX triplet: 1C, 56 and 87. RGB value is (28,86,135). Sum of RGB (Red+Green+Blue) = 28+86+135=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C5687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5687 is #E3A978. Grayscale: #494949. Windows color (decimal): -14920057 or 8869404. OLE color: 8869404.

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

Color convert

RGB2886135-
CMYK0.790.3600.47
HSL207.48º65.64%31.96%-
HSV(B)207.48º79.26%52.94%-
XYZ8.188.6524.16-
YUV74.24162.2895.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=11.24%
G=34.54%
B=54.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28861350.790.3600.47207.4865.6431.96
Hex1C56874F2402Fcf4220
Octal341262071174405731710240
Binary1110010101101000011110011111001000101111110011111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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