#1B5E87

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

Shades of Bahama Blue #1B5E87

Tints of Bahama Blue #1B5E87

Color information

#1B5E87 (or 0x1B5E87) is unknown color: approx Bahama Blue. HEX triplet: 1B, 5E and 87. RGB value is (27,94,135). Sum of RGB (Red+Green+Blue) = 27+94+135=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B5E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5E87 is #E4A178. Grayscale: #4E4E4E. Windows color (decimal): -14983545 or 8871451. OLE color: 8871451.

HSL color Cylindrical-coordinate representation of color #1B5E87: hue angle of 202.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B5E87 is Cyan = 0.8, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2794135-
CMYK0.80.3000.47
HSL202.78º66.67%31.76%-
HSV(B)202.78º80%52.94%-
XYZ8.839.9924.38-
YUV78.64159.891.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.55%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=10.55%
G=36.72%
B=52.73%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27941350.80.3000.47202.7866.6731.76
Hex1B5E87501E02Fcb4320
Octal331362071203605731310340
Binary110111011110100001111010000111100101111110010111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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