Shades of Bahama Blue #0E5B82
Tints of Bahama Blue #0E5B82
RGB
CMYK
RGB Variations
Color information
#0E5B82 (or 0x0E5B82) is known color: Bahama Blue. HEX triplet: 0E, 5B and 82. RGB value is (14,91,130). Sum of RGB (Red+Green+Blue) = 14+91+130=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E5B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5B82 is #F1A47D. Grayscale: #484848. Windows color (decimal): -15836286 or 8542990. OLE color: 8542990.
HSL color Cylindrical-coordinate representation of color #0E5B82: hue angle of 200.17º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E5B82 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 91 | 130 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.49 |
| HSL | 200.17º | 0.81% | 0.28% | - |
| HSV(B) | 200.17º | 0.89% | 0.51% | - |
| XYZ | 7.95 | 9.19 | 22.47 | - |
| YUV | 72.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 130 | 0.89 | 0.30 | 0 | 0.49 | 200.17 | 0.81 | 0.28 |
| Hex | E | 5B | 82 | 59 | 1E | 0 | 31 | C8 | 51 | 1C |
| Octal | 16 | 133 | 202 | 131 | 36 | 0 | 61 | 310 | 121 | 34 |
| Binary | 1110 | 1011011 | 10000010 | 1011001 | 11110 | 0 | 110001 | 11001000 | 1010001 | 11100 |
Color Harmonies of #0E5B82
Complementary color
Monochromatic Colors of #0E5B82
Black with #0E5B82
Text Example
Text Example
White with #0E5B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5B82; }
p { color: rgb(14,91,130); }
H1.HeaderClassName
{
color: #0E5B82;
}
.AnyTagClassName
{
color: #0E5B82;
}
</style>
background-color css
<style>
a { background-color: #0E5B82; }
a { background-color: rgb(14,91,130); }
div.DivClassName
{
background-color: #0E5B82;
}
.BgClassName
{
background-color: #0E5B82;
}
</style>
border-color css
<style>
span { border-color: #0E5B82; }
span { border-color: rgb(14,91,130); }
td.TdClassName
{
border-color: #0E5B82;
}
.TagClassName
{
border-color: #0E5B82;
}
</style>