Shades of Bahama Blue #10597F
Tints of Bahama Blue #10597F
RGB
CMYK
RGB Variations
Color information
#10597F (or 0x10597F) is known color: Bahama Blue. HEX triplet: 10, 59 and 7F. RGB value is (16,89,127). Sum of RGB (Red+Green+Blue) = 16+89+127=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #10597F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10597F is #EFA680. Grayscale: #474747. Windows color (decimal): -15705729 or 8345872. OLE color: 8345872.
HSL color Cylindrical-coordinate representation of color #10597F: hue angle of 200.54º 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 #10597F is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 89 | 127 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.50 |
| HSL | 200.54º | 0.78% | 0.28% | - |
| HSV(B) | 200.54º | 0.87% | 0.5% | - |
| XYZ | 7.62 | 8.79 | 21.37 | - |
| YUV | 71.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 127 | 0.87 | 0.30 | 0 | 0.50 | 200.54 | 0.78 | 0.28 |
| Hex | 10 | 59 | 7F | 57 | 1E | 0 | 32 | C9 | 4E | 1C |
| Octal | 20 | 131 | 177 | 127 | 36 | 0 | 62 | 311 | 116 | 34 |
| Binary | 10000 | 1011001 | 1111111 | 1010111 | 11110 | 0 | 110010 | 11001001 | 1001110 | 11100 |
Color Harmonies of #10597F
Complementary color
Monochromatic Colors of #10597F
Black with #10597F
Text Example
Text Example
White with #10597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10597F; }
p { color: rgb(16,89,127); }
H1.HeaderClassName
{
color: #10597F;
}
.AnyTagClassName
{
color: #10597F;
}
</style>
background-color css
<style>
a { background-color: #10597F; }
a { background-color: rgb(16,89,127); }
div.DivClassName
{
background-color: #10597F;
}
.BgClassName
{
background-color: #10597F;
}
</style>
border-color css
<style>
span { border-color: #10597F; }
span { border-color: rgb(16,89,127); }
td.TdClassName
{
border-color: #10597F;
}
.TagClassName
{
border-color: #10597F;
}
</style>