Shades of Bahama Blue #0E5F91
Tints of Bahama Blue #0E5F91
RGB
CMYK
RGB Variations
Color information
#0E5F91 (or 0x0E5F91) is known color: Bahama Blue. HEX triplet: 0E, 5F and 91. RGB value is (14,95,145). Sum of RGB (Red+Green+Blue) = 14+95+145=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E5F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5F91 is #F1A06E. Grayscale: #4C4C4C. Windows color (decimal): -15835247 or 9527054. OLE color: 9527054.
HSL color Cylindrical-coordinate representation of color #0E5F91: hue angle of 202.9º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5F91 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 95 | 145 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.43 |
| HSL | 202.9º | 0.82% | 0.31% | - |
| HSV(B) | 202.9º | 0.9% | 0.57% | - |
| XYZ | 9.38 | 10.32 | 28.29 | - |
| YUV | 76.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 145 | 0.90 | 0.34 | 0 | 0.43 | 202.9 | 0.82 | 0.31 |
| Hex | E | 5F | 91 | 5A | 22 | 0 | 2B | CB | 52 | 1F |
| Octal | 16 | 137 | 221 | 132 | 42 | 0 | 53 | 313 | 122 | 37 |
| Binary | 1110 | 1011111 | 10010001 | 1011010 | 100010 | 0 | 101011 | 11001011 | 1010010 | 11111 |
Color Harmonies of #0E5F91
Complementary color
Monochromatic Colors of #0E5F91
Black with #0E5F91
Text Example
Text Example
White with #0E5F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5F91; }
p { color: rgb(14,95,145); }
H1.HeaderClassName
{
color: #0E5F91;
}
.AnyTagClassName
{
color: #0E5F91;
}
</style>
background-color css
<style>
a { background-color: #0E5F91; }
a { background-color: rgb(14,95,145); }
div.DivClassName
{
background-color: #0E5F91;
}
.BgClassName
{
background-color: #0E5F91;
}
</style>
border-color css
<style>
span { border-color: #0E5F91; }
span { border-color: rgb(14,95,145); }
td.TdClassName
{
border-color: #0E5F91;
}
.TagClassName
{
border-color: #0E5F91;
}
</style>