Shades of Bahama Blue #17507F
Tints of Bahama Blue #17507F
RGB
CMYK
RGB Variations
Color information
#17507F (or 0x17507F) is known color: Bahama Blue. HEX triplet: 17, 50 and 7F. RGB value is (23,80,127). Sum of RGB (Red+Green+Blue) = 23+80+127=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #17507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17507F is #E8AF80. Grayscale: #444444. Windows color (decimal): -15249281 or 8343575. OLE color: 8343575.
HSL color Cylindrical-coordinate representation of color #17507F: hue angle of 207.12º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17507F is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 80 | 127 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.50 |
| HSL | 207.12º | 0.69% | 0.29% | - |
| HSV(B) | 207.12º | 0.82% | 0.5% | - |
| XYZ | 7.05 | 7.45 | 21.15 | - |
| YUV | 68.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 127 | 0.82 | 0.37 | 0 | 0.50 | 207.12 | 0.69 | 0.29 |
| Hex | 17 | 50 | 7F | 52 | 25 | 0 | 32 | CF | 45 | 1D |
| Octal | 27 | 120 | 177 | 122 | 45 | 0 | 62 | 317 | 105 | 35 |
| Binary | 10111 | 1010000 | 1111111 | 1010010 | 100101 | 0 | 110010 | 11001111 | 1000101 | 11101 |
Color Harmonies of #17507F
Complementary color
Monochromatic Colors of #17507F
Black with #17507F
Text Example
Text Example
White with #17507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17507F; }
p { color: rgb(23,80,127); }
H1.HeaderClassName
{
color: #17507F;
}
.AnyTagClassName
{
color: #17507F;
}
</style>
background-color css
<style>
a { background-color: #17507F; }
a { background-color: rgb(23,80,127); }
div.DivClassName
{
background-color: #17507F;
}
.BgClassName
{
background-color: #17507F;
}
</style>
border-color css
<style>
span { border-color: #17507F; }
span { border-color: rgb(23,80,127); }
td.TdClassName
{
border-color: #17507F;
}
.TagClassName
{
border-color: #17507F;
}
</style>