Shades of Bahama Blue #125D89
Tints of Bahama Blue #125D89
RGB
CMYK
RGB Variations
Color information
#125D89 (or 0x125D89) is known color: Bahama Blue. HEX triplet: 12, 5D and 89. RGB value is (18,93,137). Sum of RGB (Red+Green+Blue) = 18+93+137=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #125D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125D89 is #EDA276. Grayscale: #4B4B4B. Windows color (decimal): -15573623 or 9002258. OLE color: 9002258.
HSL color Cylindrical-coordinate representation of color #125D89: hue angle of 202.18º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125D89 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 93 | 137 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.46 |
| HSL | 202.18º | 0.77% | 0.3% | - |
| HSV(B) | 202.18º | 0.87% | 0.54% | - |
| XYZ | 8.68 | 9.76 | 25.09 | - |
| YUV | 75.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 137 | 0.87 | 0.32 | 0 | 0.46 | 202.18 | 0.77 | 0.3 |
| Hex | 12 | 5D | 89 | 57 | 20 | 0 | 2E | CA | 4D | 1E |
| Octal | 22 | 135 | 211 | 127 | 40 | 0 | 56 | 312 | 115 | 36 |
| Binary | 10010 | 1011101 | 10001001 | 1010111 | 100000 | 0 | 101110 | 11001010 | 1001101 | 11110 |
Color Harmonies of #125D89
Complementary color
Monochromatic Colors of #125D89
Black with #125D89
Text Example
Text Example
White with #125D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D89; }
p { color: rgb(18,93,137); }
H1.HeaderClassName
{
color: #125D89;
}
.AnyTagClassName
{
color: #125D89;
}
</style>
background-color css
<style>
a { background-color: #125D89; }
a { background-color: rgb(18,93,137); }
div.DivClassName
{
background-color: #125D89;
}
.BgClassName
{
background-color: #125D89;
}
</style>
border-color css
<style>
span { border-color: #125D89; }
span { border-color: rgb(18,93,137); }
td.TdClassName
{
border-color: #125D89;
}
.TagClassName
{
border-color: #125D89;
}
</style>