Shades of Bahama Blue #125A8B
Tints of Bahama Blue #125A8B
RGB
CMYK
RGB Variations
Color information
#125A8B (or 0x125A8B) is known color: Bahama Blue. HEX triplet: 12, 5A and 8B. RGB value is (18,90,139). Sum of RGB (Red+Green+Blue) = 18+90+139=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #125A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A8B is #EDA574. Grayscale: #494949. Windows color (decimal): -15574389 or 9132562. OLE color: 9132562.
HSL color Cylindrical-coordinate representation of color #125A8B: hue angle of 204.3º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125A8B is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 90 | 139 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.45 |
| HSL | 204.3º | 0.77% | 0.31% | - |
| HSV(B) | 204.3º | 0.87% | 0.55% | - |
| XYZ | 8.57 | 9.31 | 25.77 | - |
| YUV | 74.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 139 | 0.87 | 0.35 | 0 | 0.45 | 204.3 | 0.77 | 0.31 |
| Hex | 12 | 5A | 8B | 57 | 23 | 0 | 2D | CC | 4D | 1F |
| Octal | 22 | 132 | 213 | 127 | 43 | 0 | 55 | 314 | 115 | 37 |
| Binary | 10010 | 1011010 | 10001011 | 1010111 | 100011 | 0 | 101101 | 11001100 | 1001101 | 11111 |
Color Harmonies of #125A8B
Complementary color
Monochromatic Colors of #125A8B
Black with #125A8B
Text Example
Text Example
White with #125A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A8B; }
p { color: rgb(18,90,139); }
H1.HeaderClassName
{
color: #125A8B;
}
.AnyTagClassName
{
color: #125A8B;
}
</style>
background-color css
<style>
a { background-color: #125A8B; }
a { background-color: rgb(18,90,139); }
div.DivClassName
{
background-color: #125A8B;
}
.BgClassName
{
background-color: #125A8B;
}
</style>
border-color css
<style>
span { border-color: #125A8B; }
span { border-color: rgb(18,90,139); }
td.TdClassName
{
border-color: #125A8B;
}
.TagClassName
{
border-color: #125A8B;
}
</style>