#1C5E87

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

Shades of Bahama Blue #1C5E87

Tints of Bahama Blue #1C5E87

Color information

#1C5E87 (or 0x1C5E87) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5E and 87. RGB value is (28,94,135). Sum of RGB (Red+Green+Blue) = 28+94+135=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C5E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5E87 is #E3A178. Grayscale: #4E4E4E. Windows color (decimal): -14918009 or 8871452. OLE color: 8871452.

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

Color convert

RGB2894135-
CMYK0.790.3000.47
HSL202.99º65.64%31.96%-
HSV(B)202.99º79.26%52.94%-
XYZ8.851024.39-
YUV78.94159.6391.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=10.89%
G=36.58%
B=52.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28941350.790.3000.47202.9965.6431.96
Hex1C5E874F1E02Fcb4220
Octal341362071173605731310240
Binary111001011110100001111001111111100101111110010111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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