#115984

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

Shades of Bahama Blue #115984

Tints of Bahama Blue #115984

Color information

#115984 (or 0x115984) is unknown color: approx Bahama Blue. HEX triplet: 11, 59 and 84. RGB value is (17,89,132). Sum of RGB (Red+Green+Blue) = 17+89+132=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #115984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115984 is #EEA67B. Grayscale: #484848. Windows color (decimal): -15640188 or 8673553. OLE color: 8673553.

HSL color Cylindrical-coordinate representation of color #115984: hue angle of 202.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115984 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1789132-
CMYK0.870.3300.48
HSL202.43º77.18%29.22%-
HSV(B)202.43º87.12%51.76%-
XYZ7.978.9323.13-
YUV72.37161.6588.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=7.14%
G=37.39%
B=55.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17891320.870.3300.48202.4377.1829.22
Hex1159845721030ca4d1d
Octal211312041274106031211535
Binary100011011001100001001010111100001011000011001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115984; }

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

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

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

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

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

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

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

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