#1B587F

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

Shades of Bahama Blue #1B587F

Tints of Bahama Blue #1B587F

Color information

#1B587F (or 0x1B587F) is unknown color: approx Bahama Blue. HEX triplet: 1B, 58 and 7F. RGB value is (27,88,127). Sum of RGB (Red+Green+Blue) = 27+88+127=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B587F is #E4A780. Grayscale: #494949. Windows color (decimal): -14985089 or 8345627. OLE color: 8345627.

HSL color Cylindrical-coordinate representation of color #1B587F: hue angle of 203.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B587F is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2788127-
CMYK0.790.3100.50
HSL203.4º64.94%30.2%-
HSV(B)203.4º78.74%49.8%-
XYZ7.778.7421.36-
YUV74.21157.7994.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 52.48%
R=11.16%
G=36.36%
B=52.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27881270.790.3100.50203.464.9430.2
Hex1B587F4F1F032cb411e
Octal331301771173706231310136
Binary1101110110001111111100111111111011001011001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,88,127); }

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

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

 a { background-color: rgb(27,88,127); }

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

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

 span { border-color: rgb(27,88,127); }

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