Shades of Bahama Blue #175486
Tints of Bahama Blue #175486
RGB
CMYK
RGB Variations
Color information
#175486 (or 0x175486) is known color: Bahama Blue. HEX triplet: 17, 54 and 86. RGB value is (23,84,134). Sum of RGB (Red+Green+Blue) = 23+84+134=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #175486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175486 is #E8AB79. Grayscale: #474747. Windows color (decimal): -15248250 or 8803351. OLE color: 8803351.
HSL color Cylindrical-coordinate representation of color #175486: hue angle of 207.03º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175486 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 84 | 134 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.47 |
| HSL | 207.03º | 0.71% | 0.31% | - |
| HSV(B) | 207.03º | 0.83% | 0.53% | - |
| XYZ | 7.83 | 8.24 | 23.73 | - |
| YUV | 71.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 134 | 0.83 | 0.37 | 0 | 0.47 | 207.03 | 0.71 | 0.31 |
| Hex | 17 | 54 | 86 | 53 | 25 | 0 | 2F | CF | 47 | 1F |
| Octal | 27 | 124 | 206 | 123 | 45 | 0 | 57 | 317 | 107 | 37 |
| Binary | 10111 | 1010100 | 10000110 | 1010011 | 100101 | 0 | 101111 | 11001111 | 1000111 | 11111 |
Color Harmonies of #175486
Complementary color
Monochromatic Colors of #175486
Black with #175486
Text Example
Text Example
White with #175486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175486; }
p { color: rgb(23,84,134); }
H1.HeaderClassName
{
color: #175486;
}
.AnyTagClassName
{
color: #175486;
}
</style>
background-color css
<style>
a { background-color: #175486; }
a { background-color: rgb(23,84,134); }
div.DivClassName
{
background-color: #175486;
}
.BgClassName
{
background-color: #175486;
}
</style>
border-color css
<style>
span { border-color: #175486; }
span { border-color: rgb(23,84,134); }
td.TdClassName
{
border-color: #175486;
}
.TagClassName
{
border-color: #175486;
}
</style>