Shades of Bahama Blue #0E5C84
Tints of Bahama Blue #0E5C84
RGB
CMYK
RGB Variations
Color information
#0E5C84 (or 0x0E5C84) is known color: Bahama Blue. HEX triplet: 0E, 5C and 84. RGB value is (14,92,132). Sum of RGB (Red+Green+Blue) = 14+92+132=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E5C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5C84 is #F1A37B. Grayscale: #494949. Windows color (decimal): -15836028 or 8674318. OLE color: 8674318.
HSL color Cylindrical-coordinate representation of color #0E5C84: hue angle of 200.34º 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 #0E5C84 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 92 | 132 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.48 |
| HSL | 200.34º | 0.81% | 0.29% | - |
| HSV(B) | 200.34º | 0.89% | 0.52% | - |
| XYZ | 8.17 | 9.41 | 23.22 | - |
| YUV | 73.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 92 | 132 | 0.89 | 0.30 | 0 | 0.48 | 200.34 | 0.81 | 0.29 |
| Hex | E | 5C | 84 | 59 | 1E | 0 | 30 | C8 | 51 | 1D |
| Octal | 16 | 134 | 204 | 131 | 36 | 0 | 60 | 310 | 121 | 35 |
| Binary | 1110 | 1011100 | 10000100 | 1011001 | 11110 | 0 | 110000 | 11001000 | 1010001 | 11101 |
Color Harmonies of #0E5C84
Complementary color
Monochromatic Colors of #0E5C84
Black with #0E5C84
Text Example
Text Example
White with #0E5C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5C84; }
p { color: rgb(14,92,132); }
H1.HeaderClassName
{
color: #0E5C84;
}
.AnyTagClassName
{
color: #0E5C84;
}
</style>
background-color css
<style>
a { background-color: #0E5C84; }
a { background-color: rgb(14,92,132); }
div.DivClassName
{
background-color: #0E5C84;
}
.BgClassName
{
background-color: #0E5C84;
}
</style>
border-color css
<style>
span { border-color: #0E5C84; }
span { border-color: rgb(14,92,132); }
td.TdClassName
{
border-color: #0E5C84;
}
.TagClassName
{
border-color: #0E5C84;
}
</style>