Shades of Bahama Blue #125B81
Tints of Bahama Blue #125B81
RGB
CMYK
RGB Variations
Color information
#125B81 (or 0x125B81) is known color: Bahama Blue. HEX triplet: 12, 5B and 81. RGB value is (18,91,129). Sum of RGB (Red+Green+Blue) = 18+91+129=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #125B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125B81 is #EDA47E. Grayscale: #494949. Windows color (decimal): -15574143 or 8477458. OLE color: 8477458.
HSL color Cylindrical-coordinate representation of color #125B81: hue angle of 200.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125B81 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 91 | 129 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.49 |
| HSL | 200.54º | 0.76% | 0.29% | - |
| HSV(B) | 200.54º | 0.86% | 0.51% | - |
| XYZ | 7.95 | 9.2 | 22.12 | - |
| YUV | 73.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 129 | 0.86 | 0.29 | 0 | 0.49 | 200.54 | 0.76 | 0.29 |
| Hex | 12 | 5B | 81 | 56 | 1D | 0 | 31 | C9 | 4C | 1D |
| Octal | 22 | 133 | 201 | 126 | 35 | 0 | 61 | 311 | 114 | 35 |
| Binary | 10010 | 1011011 | 10000001 | 1010110 | 11101 | 0 | 110001 | 11001001 | 1001100 | 11101 |
Color Harmonies of #125B81
Complementary color
Monochromatic Colors of #125B81
Black with #125B81
Text Example
Text Example
White with #125B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B81; }
p { color: rgb(18,91,129); }
H1.HeaderClassName
{
color: #125B81;
}
.AnyTagClassName
{
color: #125B81;
}
</style>
background-color css
<style>
a { background-color: #125B81; }
a { background-color: rgb(18,91,129); }
div.DivClassName
{
background-color: #125B81;
}
.BgClassName
{
background-color: #125B81;
}
</style>
border-color css
<style>
span { border-color: #125B81; }
span { border-color: rgb(18,91,129); }
td.TdClassName
{
border-color: #125B81;
}
.TagClassName
{
border-color: #125B81;
}
</style>