#1B597F

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

Shades of Bahama Blue #1B597F

Tints of Bahama Blue #1B597F

Color information

#1B597F (or 0x1B597F) is unknown color: approx Bahama Blue. HEX triplet: 1B, 59 and 7F. RGB value is (27,89,127). Sum of RGB (Red+Green+Blue) = 27+89+127=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B597F is #E4A680. Grayscale: #4A4A4A. Windows color (decimal): -14984833 or 8345883. OLE color: 8345883.

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

Color convert

RGB2789127-
CMYK0.790.3000.50
HSL202.8º64.94%30.2%-
HSV(B)202.8º78.74%49.8%-
XYZ7.868.9121.38-
YUV74.79157.4693.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 127 (50% from 255) = 52.26%
R=11.11%
G=36.63%
B=52.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27891270.790.3000.50202.864.9430.2
Hex1B597F4F1E032cb411e
Octal331311771173606231310136
Binary1101110110011111111100111111110011001011001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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