#1B5F88

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

Shades of Bahama Blue #1B5F88

Tints of Bahama Blue #1B5F88

Color information

#1B5F88 (or 0x1B5F88) is unknown color: approx Bahama Blue. HEX triplet: 1B, 5F and 88. RGB value is (27,95,136). Sum of RGB (Red+Green+Blue) = 27+95+136=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B5F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5F88 is #E4A077. Grayscale: #4F4F4F. Windows color (decimal): -14983288 or 8937243. OLE color: 8937243.

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

Color convert

RGB2795136-
CMYK0.800.3000.47
HSL202.57º66.87%31.96%-
HSV(B)202.57º80.15%53.33%-
XYZ8.9910.224.79-
YUV79.34159.9790.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=10.47%
G=36.82%
B=52.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27951360.800.3000.47202.5766.8731.96
Hex1B5F88501E02Fcb4320
Octal331372101203605731310340
Binary110111011111100010001010000111100101111110010111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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