#115782

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

Shades of Bahama Blue #115782

Tints of Bahama Blue #115782

Color information

#115782 (or 0x115782) is unknown color: approx Bahama Blue. HEX triplet: 11, 57 and 82. RGB value is (17,87,130). Sum of RGB (Red+Green+Blue) = 17+87+130=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #115782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115782 is #EEA87D. Grayscale: #464646. Windows color (decimal): -15640702 or 8541969. OLE color: 8541969.

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

Color convert

RGB1787130-
CMYK0.870.3300.49
HSL202.83º76.87%28.82%-
HSV(B)202.83º86.92%50.98%-
XYZ7.678.5522.36-
YUV70.97161.3189.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=7.26%
G=37.18%
B=55.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17871300.870.3300.49202.8376.8728.82
Hex1157825721031cb4d1d
Octal211272021274106131311535
Binary100011010111100000101010111100001011000111001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115782; }

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

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

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

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

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

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

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

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