#1B5687

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

Shades of Bahama Blue #1B5687

Tints of Bahama Blue #1B5687

Color information

#1B5687 (or 0x1B5687) is unknown color: approx Bahama Blue. HEX triplet: 1B, 56 and 87. RGB value is (27,86,135). Sum of RGB (Red+Green+Blue) = 27+86+135=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 86 (33.98% from 255 or 34.68% 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 #1B5687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5687 is #E4A978. Grayscale: #494949. Windows color (decimal): -14985593 or 8869403. OLE color: 8869403.

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

Color convert

RGB2786135-
CMYK0.80.3600.47
HSL207.22º66.67%31.76%-
HSV(B)207.22º80%52.94%-
XYZ8.158.6424.16-
YUV73.94162.4594.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.89%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=10.89%
G=34.68%
B=54.44%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27861350.80.3600.47207.2266.6731.76
Hex1B5687502402Fcf4320
Octal331262071204405731710340
Binary1101110101101000011110100001001000101111110011111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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