#11598c

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

Shades of Bahama Blue #11598C

Tints of Bahama Blue #11598C

Color information

#11598C (or 0x11598C) is unknown color: approx Bahama Blue. HEX triplet: 11, 59 and 8C. RGB value is (17,89,140). Sum of RGB (Red+Green+Blue) = 17+89+140=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #11598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11598C is #EEA673. Grayscale: #494949. Windows color (decimal): -15640180 or 9197841. OLE color: 9197841.

HSL color Cylindrical-coordinate representation of color #11598C: hue angle of 204.88º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11598C is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1789140-
CMYK0.880.3600.45
HSL204.88º78.34%30.78%-
HSV(B)204.88º87.86%54.9%-
XYZ8.549.1626.13-
YUV73.29165.6587.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 140 (55.08% from 255) = 56.91%
R=6.91%
G=36.18%
B=56.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17891400.880.3600.45204.8878.3430.78
Hex11598C582402Dcd4e1f
Octal211312141304405531511637
Binary100011011001100011001011000100100010110111001101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11598c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11598c; }

 p { color: rgb(17,89,140); }

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

<style>
 a { background-color: #11598c; }

 a { background-color: rgb(17,89,140); }

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

<style>
 span { border-color: #11598c; }

 span { border-color: rgb(17,89,140); }

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