Shades of Bahama Blue #105C89
Tints of Bahama Blue #105C89
RGB
CMYK
RGB Variations
Color information
#105C89 (or 0x105C89) is known color: Bahama Blue. HEX triplet: 10, 5C and 89. RGB value is (16,92,137). Sum of RGB (Red+Green+Blue) = 16+92+137=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #105C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105C89 is #EFA376. Grayscale: #4A4A4A. Windows color (decimal): -15704951 or 9002000. OLE color: 9002000.
HSL color Cylindrical-coordinate representation of color #105C89: hue angle of 202.31º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105C89 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 92 | 137 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.46 |
| HSL | 202.31º | 0.79% | 0.3% | - |
| HSV(B) | 202.31º | 0.88% | 0.54% | - |
| XYZ | 8.56 | 9.57 | 25.06 | - |
| YUV | 74.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 137 | 0.88 | 0.33 | 0 | 0.46 | 202.31 | 0.79 | 0.3 |
| Hex | 10 | 5C | 89 | 58 | 21 | 0 | 2E | CA | 4F | 1E |
| Octal | 20 | 134 | 211 | 130 | 41 | 0 | 56 | 312 | 117 | 36 |
| Binary | 10000 | 1011100 | 10001001 | 1011000 | 100001 | 0 | 101110 | 11001010 | 1001111 | 11110 |
Color Harmonies of #105C89
Complementary color
Monochromatic Colors of #105C89
Black with #105C89
Text Example
Text Example
White with #105C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C89; }
p { color: rgb(16,92,137); }
H1.HeaderClassName
{
color: #105C89;
}
.AnyTagClassName
{
color: #105C89;
}
</style>
background-color css
<style>
a { background-color: #105C89; }
a { background-color: rgb(16,92,137); }
div.DivClassName
{
background-color: #105C89;
}
.BgClassName
{
background-color: #105C89;
}
</style>
border-color css
<style>
span { border-color: #105C89; }
span { border-color: rgb(16,92,137); }
td.TdClassName
{
border-color: #105C89;
}
.TagClassName
{
border-color: #105C89;
}
</style>