#115884

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

Shades of Bahama Blue #115884

Tints of Bahama Blue #115884

Color information

#115884 (or 0x115884) is unknown color: approx Bahama Blue. HEX triplet: 11, 58 and 84. RGB value is (17,88,132). Sum of RGB (Red+Green+Blue) = 17+88+132=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #115884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115884 is #EEA77B. Grayscale: #474747. Windows color (decimal): -15640444 or 8673297. OLE color: 8673297.

HSL color Cylindrical-coordinate representation of color #115884: hue angle of 202.96º 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 #115884 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1788132-
CMYK0.870.3300.48
HSL202.96º77.18%29.22%-
HSV(B)202.96º87.12%51.76%-
XYZ7.898.7623.11-
YUV71.79161.9888.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=7.17%
G=37.13%
B=55.70%

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
Decimal17881320.870.3300.48202.9677.1829.22
Hex1158845721030cb4d1d
Octal211302041274106031311535
Binary100011011000100001001010111100001011000011001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115884; }

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

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

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

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

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

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

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

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