Shades of Bahama Blue #10588E
Tints of Bahama Blue #10588E
RGB
CMYK
RGB Variations
Color information
#10588E (or 0x10588E) is known color: Bahama Blue. HEX triplet: 10, 58 and 8E. RGB value is (16,88,142). Sum of RGB (Red+Green+Blue) = 16+88+142=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #10588E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10588E is #EFA771. Grayscale: #484848. Windows color (decimal): -15705970 or 9328656. OLE color: 9328656.
HSL color Cylindrical-coordinate representation of color #10588E: hue angle of 205.71º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10588E is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 88 | 142 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.44 |
| HSL | 205.71º | 0.8% | 0.31% | - |
| HSV(B) | 205.71º | 0.89% | 0.56% | - |
| XYZ | 8.59 | 9.04 | 26.88 | - |
| YUV | 72.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 142 | 0.89 | 0.38 | 0 | 0.44 | 205.71 | 0.8 | 0.31 |
| Hex | 10 | 58 | 8E | 59 | 26 | 0 | 2C | CE | 50 | 1F |
| Octal | 20 | 130 | 216 | 131 | 46 | 0 | 54 | 316 | 120 | 37 |
| Binary | 10000 | 1011000 | 10001110 | 1011001 | 100110 | 0 | 101100 | 11001110 | 1010000 | 11111 |
Color Harmonies of #10588E
Complementary color
Monochromatic Colors of #10588E
Black with #10588E
Text Example
Text Example
White with #10588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10588E; }
p { color: rgb(16,88,142); }
H1.HeaderClassName
{
color: #10588E;
}
.AnyTagClassName
{
color: #10588E;
}
</style>
background-color css
<style>
a { background-color: #10588E; }
a { background-color: rgb(16,88,142); }
div.DivClassName
{
background-color: #10588E;
}
.BgClassName
{
background-color: #10588E;
}
</style>
border-color css
<style>
span { border-color: #10588E; }
span { border-color: rgb(16,88,142); }
td.TdClassName
{
border-color: #10588E;
}
.TagClassName
{
border-color: #10588E;
}
</style>