#115882

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

Shades of Bahama Blue #115882

Tints of Bahama Blue #115882

Color information

#115882 (or 0x115882) is unknown color: approx Bahama Blue. HEX triplet: 11, 58 and 82. RGB value is (17,88,130). Sum of RGB (Red+Green+Blue) = 17+88+130=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #115882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115882 is #EEA77D. Grayscale: #474747. Windows color (decimal): -15640446 or 8542225. OLE color: 8542225.

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

Color convert

RGB1788130-
CMYK0.870.3200.49
HSL202.3º76.87%28.82%-
HSV(B)202.3º86.92%50.98%-
XYZ7.758.7122.39-
YUV71.56160.9889.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=7.23%
G=37.45%
B=55.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17881300.870.3200.49202.376.8728.82
Hex1158825720031ca4d1d
Octal211302021274006131211535
Binary100011011000100000101010111100000011000111001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115882; }

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

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

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

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

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

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

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

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