Shades of Bahama Blue #175485
Tints of Bahama Blue #175485
RGB
CMYK
RGB Variations
Color information
#175485 (or 0x175485) is known color: Bahama Blue. HEX triplet: 17, 54 and 85. RGB value is (23,84,133). Sum of RGB (Red+Green+Blue) = 23+84+133=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #175485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175485 is #E8AB7A. Grayscale: #474747. Windows color (decimal): -15248251 or 8737815. OLE color: 8737815.
HSL color Cylindrical-coordinate representation of color #175485: hue angle of 206.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175485 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 84 | 133 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.48 |
| HSL | 206.73º | 0.71% | 0.31% | - |
| HSV(B) | 206.73º | 0.83% | 0.52% | - |
| XYZ | 7.76 | 8.22 | 23.37 | - |
| YUV | 71.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 133 | 0.83 | 0.37 | 0 | 0.48 | 206.73 | 0.71 | 0.31 |
| Hex | 17 | 54 | 85 | 53 | 25 | 0 | 30 | CF | 47 | 1F |
| Octal | 27 | 124 | 205 | 123 | 45 | 0 | 60 | 317 | 107 | 37 |
| Binary | 10111 | 1010100 | 10000101 | 1010011 | 100101 | 0 | 110000 | 11001111 | 1000111 | 11111 |
Color Harmonies of #175485
Complementary color
Monochromatic Colors of #175485
Black with #175485
Text Example
Text Example
White with #175485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175485; }
p { color: rgb(23,84,133); }
H1.HeaderClassName
{
color: #175485;
}
.AnyTagClassName
{
color: #175485;
}
</style>
background-color css
<style>
a { background-color: #175485; }
a { background-color: rgb(23,84,133); }
div.DivClassName
{
background-color: #175485;
}
.BgClassName
{
background-color: #175485;
}
</style>
border-color css
<style>
span { border-color: #175485; }
span { border-color: rgb(23,84,133); }
td.TdClassName
{
border-color: #175485;
}
.TagClassName
{
border-color: #175485;
}
</style>