Shades of Bahama Blue #11567D
Tints of Bahama Blue #11567D
RGB
CMYK
RGB Variations
Color information
#11567D (or 0x11567D) is known color: 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
| RGB | 17 | 86 | 125 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.51 |
| HSL | 201.67º | 0.76% | 0.28% | - |
| HSV(B) | 201.67º | 0.86% | 0.49% | - |
| XYZ | 7.26 | 8.26 | 20.61 | - |
| YUV | 69.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 125 | 0.86 | 0.31 | 0 | 0.51 | 201.67 | 0.76 | 0.28 |
| Hex | 11 | 56 | 7D | 56 | 1F | 0 | 33 | CA | 4C | 1C |
| Octal | 21 | 126 | 175 | 126 | 37 | 0 | 63 | 312 | 114 | 34 |
| Binary | 10001 | 1010110 | 1111101 | 1010110 | 11111 | 0 | 110011 | 11001010 | 1001100 | 11100 |
Color Harmonies of #11567D
Complementary color
Monochromatic Colors of #11567D
Black with #11567D
Text Example
Text Example
White with #11567D
Text Example
Text Example
HTML Codes & Css Web 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>