#11577D

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

Shades of Bahama Blue #11577D

Tints of Bahama Blue #11577D

Color information

#11577D (or 0x11577D) is unknown color: approx Bahama Blue. HEX triplet: 11, 57 and 7D. RGB value is (17,87,125). Sum of RGB (Red+Green+Blue) = 17+87+125=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #11577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11577D is #EEA882. Grayscale: #464646. Windows color (decimal): -15640707 or 8214289. OLE color: 8214289.

HSL color Cylindrical-coordinate representation of color #11577D: hue angle of 201.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11577D is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1787125-
CMYK0.860.3000.51
HSL201.11º76.06%27.84%-
HSV(B)201.11º86.4%49.02%-
XYZ7.348.4220.64-
YUV70.4158.8189.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=7.42%
G=37.99%
B=54.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17871250.860.3000.51201.1176.0627.84
Hex11577D561E033c94c1c
Octal211271751263606331111434
Binary1000110101111111101101011011110011001111001001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11577D; }

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

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

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

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

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

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

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

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