Shades of Bahama Blue #0E5D85
Tints of Bahama Blue #0E5D85
RGB
CMYK
RGB Variations
Color information
#0E5D85 (or 0x0E5D85) is known color: Bahama Blue. HEX triplet: 0E, 5D and 85. RGB value is (14,93,133). Sum of RGB (Red+Green+Blue) = 14+93+133=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E5D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5D85 is #F1A27A. Grayscale: #494949. Windows color (decimal): -15835771 or 8740110. OLE color: 8740110.
HSL color Cylindrical-coordinate representation of color #0E5D85: hue angle of 200.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5D85 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 93 | 133 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.48 |
| HSL | 200.17º | 0.81% | 0.29% | - |
| HSV(B) | 200.17º | 0.89% | 0.52% | - |
| XYZ | 8.33 | 9.62 | 23.61 | - |
| YUV | 73.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 133 | 0.89 | 0.30 | 0 | 0.48 | 200.17 | 0.81 | 0.29 |
| Hex | E | 5D | 85 | 59 | 1E | 0 | 30 | C8 | 51 | 1D |
| Octal | 16 | 135 | 205 | 131 | 36 | 0 | 60 | 310 | 121 | 35 |
| Binary | 1110 | 1011101 | 10000101 | 1011001 | 11110 | 0 | 110000 | 11001000 | 1010001 | 11101 |
Color Harmonies of #0E5D85
Complementary color
Monochromatic Colors of #0E5D85
Black with #0E5D85
Text Example
Text Example
White with #0E5D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D85; }
p { color: rgb(14,93,133); }
H1.HeaderClassName
{
color: #0E5D85;
}
.AnyTagClassName
{
color: #0E5D85;
}
</style>
background-color css
<style>
a { background-color: #0E5D85; }
a { background-color: rgb(14,93,133); }
div.DivClassName
{
background-color: #0E5D85;
}
.BgClassName
{
background-color: #0E5D85;
}
</style>
border-color css
<style>
span { border-color: #0E5D85; }
span { border-color: rgb(14,93,133); }
td.TdClassName
{
border-color: #0E5D85;
}
.TagClassName
{
border-color: #0E5D85;
}
</style>