Shades of Bahama Blue #125584
Tints of Bahama Blue #125584
RGB
CMYK
RGB Variations
Color information
#125584 (or 0x125584) is known color: Bahama Blue. HEX triplet: 12, 55 and 84. RGB value is (18,85,132). Sum of RGB (Red+Green+Blue) = 18+85+132=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #125584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125584 is #EDAA7B. Grayscale: #464646. Windows color (decimal): -15575676 or 8672530. OLE color: 8672530.
HSL color Cylindrical-coordinate representation of color #125584: hue angle of 204.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125584 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 85 | 132 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.48 |
| HSL | 204.74º | 0.76% | 0.29% | - |
| HSV(B) | 204.74º | 0.86% | 0.52% | - |
| XYZ | 7.66 | 8.29 | 23.03 | - |
| YUV | 70.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 132 | 0.86 | 0.36 | 0 | 0.48 | 204.74 | 0.76 | 0.29 |
| Hex | 12 | 55 | 84 | 56 | 24 | 0 | 30 | CD | 4C | 1D |
| Octal | 22 | 125 | 204 | 126 | 44 | 0 | 60 | 315 | 114 | 35 |
| Binary | 10010 | 1010101 | 10000100 | 1010110 | 100100 | 0 | 110000 | 11001101 | 1001100 | 11101 |
Color Harmonies of #125584
Complementary color
Monochromatic Colors of #125584
Black with #125584
Text Example
Text Example
White with #125584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125584; }
p { color: rgb(18,85,132); }
H1.HeaderClassName
{
color: #125584;
}
.AnyTagClassName
{
color: #125584;
}
</style>
background-color css
<style>
a { background-color: #125584; }
a { background-color: rgb(18,85,132); }
div.DivClassName
{
background-color: #125584;
}
.BgClassName
{
background-color: #125584;
}
</style>
border-color css
<style>
span { border-color: #125584; }
span { border-color: rgb(18,85,132); }
td.TdClassName
{
border-color: #125584;
}
.TagClassName
{
border-color: #125584;
}
</style>