Shades of Bahama Blue #0D5D86
Tints of Bahama Blue #0D5D86
RGB
CMYK
RGB Variations
Color information
#0D5D86 (or 0x0D5D86) is known color: Bahama Blue. HEX triplet: 0D, 5D and 86. RGB value is (13,93,134). Sum of RGB (Red+Green+Blue) = 13+93+134=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D5D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5D86 is #F2A279. Grayscale: #494949. Windows color (decimal): -15901306 or 8805645. OLE color: 8805645.
HSL color Cylindrical-coordinate representation of color #0D5D86: hue angle of 200.33º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5D86 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 93 | 134 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.47 |
| HSL | 200.33º | 0.82% | 0.29% | - |
| HSV(B) | 200.33º | 0.9% | 0.53% | - |
| XYZ | 8.38 | 9.64 | 23.97 | - |
| YUV | 73.75 | 162 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 134 | 0.90 | 0.31 | 0 | 0.47 | 200.33 | 0.82 | 0.29 |
| Hex | D | 5D | 86 | 5A | 1F | 0 | 2F | C8 | 52 | 1D |
| Octal | 15 | 135 | 206 | 132 | 37 | 0 | 57 | 310 | 122 | 35 |
| Binary | 1101 | 1011101 | 10000110 | 1011010 | 11111 | 0 | 101111 | 11001000 | 1010010 | 11101 |
Color Harmonies of #0D5D86
Complementary color
Monochromatic Colors of #0D5D86
Black with #0D5D86
Text Example
Text Example
White with #0D5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5D86; }
p { color: rgb(13,93,134); }
H1.HeaderClassName
{
color: #0D5D86;
}
.AnyTagClassName
{
color: #0D5D86;
}
</style>
background-color css
<style>
a { background-color: #0D5D86; }
a { background-color: rgb(13,93,134); }
div.DivClassName
{
background-color: #0D5D86;
}
.BgClassName
{
background-color: #0D5D86;
}
</style>
border-color css
<style>
span { border-color: #0D5D86; }
span { border-color: rgb(13,93,134); }
td.TdClassName
{
border-color: #0D5D86;
}
.TagClassName
{
border-color: #0D5D86;
}
</style>