Shades of Bahama Blue #10587F
Tints of Bahama Blue #10587F
RGB
CMYK
RGB Variations
Color information
#10587F (or 0x10587F) is known color: Bahama Blue. HEX triplet: 10, 58 and 7F. RGB value is (16,88,127). Sum of RGB (Red+Green+Blue) = 16+88+127=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #10587F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10587F is #EFA780. Grayscale: #464646. Windows color (decimal): -15705985 or 8345616. OLE color: 8345616.
HSL color Cylindrical-coordinate representation of color #10587F: hue angle of 201.08º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10587F is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 88 | 127 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.50 |
| HSL | 201.08º | 0.78% | 0.28% | - |
| HSV(B) | 201.08º | 0.87% | 0.5% | - |
| XYZ | 7.53 | 8.62 | 21.35 | - |
| YUV | 70.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 127 | 0.87 | 0.31 | 0 | 0.50 | 201.08 | 0.78 | 0.28 |
| Hex | 10 | 58 | 7F | 57 | 1F | 0 | 32 | C9 | 4E | 1C |
| Octal | 20 | 130 | 177 | 127 | 37 | 0 | 62 | 311 | 116 | 34 |
| Binary | 10000 | 1011000 | 1111111 | 1010111 | 11111 | 0 | 110010 | 11001001 | 1001110 | 11100 |
Color Harmonies of #10587F
Complementary color
Monochromatic Colors of #10587F
Black with #10587F
Text Example
Text Example
White with #10587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10587F; }
p { color: rgb(16,88,127); }
H1.HeaderClassName
{
color: #10587F;
}
.AnyTagClassName
{
color: #10587F;
}
</style>
background-color css
<style>
a { background-color: #10587F; }
a { background-color: rgb(16,88,127); }
div.DivClassName
{
background-color: #10587F;
}
.BgClassName
{
background-color: #10587F;
}
</style>
border-color css
<style>
span { border-color: #10587F; }
span { border-color: rgb(16,88,127); }
td.TdClassName
{
border-color: #10587F;
}
.TagClassName
{
border-color: #10587F;
}
</style>