#1b6288

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

Shades of Bahama Blue #1B6288

Tints of Bahama Blue #1B6288

Color information

#1B6288 (or 0x1B6288) is unknown color: approx Bahama Blue. HEX triplet: 1B, 62 and 88. RGB value is (27,98,136). Sum of RGB (Red+Green+Blue) = 27+98+136=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B6288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6288 is #E49D77. Grayscale: #505050. Windows color (decimal): -14982520 or 8938011. OLE color: 8938011.

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

Color convert

RGB2798136-
CMYK0.800.2800.47
HSL200.92º66.87%31.96%-
HSV(B)200.92º80.15%53.33%-
XYZ9.2610.7524.88-
YUV81.1158.9889.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=10.34%
G=37.55%
B=52.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27981360.800.2800.47200.9266.8731.96
Hex1B6288501C02Fc94320
Octal331422101203405731110340
Binary110111100010100010001010000111000101111110010011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,136); }

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

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

 a { background-color: rgb(27,98,136); }

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

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

 span { border-color: rgb(27,98,136); }

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