Shades of Bahama Blue #125E8A
Tints of Bahama Blue #125E8A
RGB
CMYK
RGB Variations
Color information
#125E8A (or 0x125E8A) is known color: Bahama Blue. HEX triplet: 12, 5E and 8A. RGB value is (18,94,138). Sum of RGB (Red+Green+Blue) = 18+94+138=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #125E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E8A is #EDA175. Grayscale: #4C4C4C. Windows color (decimal): -15573366 or 9068050. OLE color: 9068050.
HSL color Cylindrical-coordinate representation of color #125E8A: hue angle of 202º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125E8A is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 94 | 138 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.46 |
| HSL | 202º | 0.77% | 0.31% | - |
| HSV(B) | 202º | 0.87% | 0.54% | - |
| XYZ | 8.84 | 9.97 | 25.5 | - |
| YUV | 76.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 138 | 0.87 | 0.32 | 0 | 0.46 | 202 | 0.77 | 0.31 |
| Hex | 12 | 5E | 8A | 57 | 20 | 0 | 2E | CA | 4D | 1F |
| Octal | 22 | 136 | 212 | 127 | 40 | 0 | 56 | 312 | 115 | 37 |
| Binary | 10010 | 1011110 | 10001010 | 1010111 | 100000 | 0 | 101110 | 11001010 | 1001101 | 11111 |
Color Harmonies of #125E8A
Complementary color
Monochromatic Colors of #125E8A
Black with #125E8A
Text Example
Text Example
White with #125E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E8A; }
p { color: rgb(18,94,138); }
H1.HeaderClassName
{
color: #125E8A;
}
.AnyTagClassName
{
color: #125E8A;
}
</style>
background-color css
<style>
a { background-color: #125E8A; }
a { background-color: rgb(18,94,138); }
div.DivClassName
{
background-color: #125E8A;
}
.BgClassName
{
background-color: #125E8A;
}
</style>
border-color css
<style>
span { border-color: #125E8A; }
span { border-color: rgb(18,94,138); }
td.TdClassName
{
border-color: #125E8A;
}
.TagClassName
{
border-color: #125E8A;
}
</style>