#11567D

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

Shades of Bahama Blue #11567D

Tints of Bahama Blue #11567D

Color information

#11567D (or 0x11567D) is unknown color: approx Bahama Blue. HEX triplet: 11, 56 and 7D. RGB value is (17,86,125). Sum of RGB (Red+Green+Blue) = 17+86+125=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #11567D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11567D is #EEA982. Grayscale: #454545. Windows color (decimal): -15640963 or 8214033. OLE color: 8214033.

HSL color Cylindrical-coordinate representation of color #11567D: hue angle of 201.67º 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 #11567D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1786125-
CMYK0.860.3100.51
HSL201.67º76.06%27.84%-
HSV(B)201.67º86.4%49.02%-
XYZ7.268.2620.61-
YUV69.82159.1490.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=7.46%
G=37.72%
B=54.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17861250.860.3100.51201.6776.0627.84
Hex11567D561F033ca4c1c
Octal211261751263706331211434
Binary1000110101101111101101011011111011001111001010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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