Shades of Bahama Blue #185E87
Tints of Bahama Blue #185E87
RGB
CMYK
RGB Variations
Color information
#185E87 (or 0x185E87) is known color: Bahama Blue. HEX triplet: 18, 5E and 87. RGB value is (24,94,135). Sum of RGB (Red+Green+Blue) = 24+94+135=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #185E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185E87 is #E7A178. Grayscale: #4D4D4D. Windows color (decimal): -15180153 or 8871448. OLE color: 8871448.
HSL color Cylindrical-coordinate representation of color #185E87: hue angle of 202.16º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185E87 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 94 | 135 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.47 |
| HSL | 202.16º | 0.7% | 0.31% | - |
| HSV(B) | 202.16º | 0.82% | 0.53% | - |
| XYZ | 8.75 | 9.95 | 24.38 | - |
| YUV | 77.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 135 | 0.82 | 0.30 | 0 | 0.47 | 202.16 | 0.7 | 0.31 |
| Hex | 18 | 5E | 87 | 52 | 1E | 0 | 2F | CA | 46 | 1F |
| Octal | 30 | 136 | 207 | 122 | 36 | 0 | 57 | 312 | 106 | 37 |
| Binary | 11000 | 1011110 | 10000111 | 1010010 | 11110 | 0 | 101111 | 11001010 | 1000110 | 11111 |
Color Harmonies of #185E87
Complementary color
Monochromatic Colors of #185E87
Black with #185E87
Text Example
Text Example
White with #185E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E87; }
p { color: rgb(24,94,135); }
H1.HeaderClassName
{
color: #185E87;
}
.AnyTagClassName
{
color: #185E87;
}
</style>
background-color css
<style>
a { background-color: #185E87; }
a { background-color: rgb(24,94,135); }
div.DivClassName
{
background-color: #185E87;
}
.BgClassName
{
background-color: #185E87;
}
</style>
border-color css
<style>
span { border-color: #185E87; }
span { border-color: rgb(24,94,135); }
td.TdClassName
{
border-color: #185E87;
}
.TagClassName
{
border-color: #185E87;
}
</style>