Shades of Bahama Blue #175180
Tints of Bahama Blue #175180
RGB
CMYK
RGB Variations
Color information
#175180 (or 0x175180) is known color: Bahama Blue. HEX triplet: 17, 51 and 80. RGB value is (23,81,128). Sum of RGB (Red+Green+Blue) = 23+81+128=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #175180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175180 is #E8AE7F. Grayscale: #444444. Windows color (decimal): -15249024 or 8409367. OLE color: 8409367.
HSL color Cylindrical-coordinate representation of color #175180: hue angle of 206.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175180 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 81 | 128 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.50 |
| HSL | 206.86º | 0.7% | 0.3% | - |
| HSV(B) | 206.86º | 0.82% | 0.5% | - |
| XYZ | 7.19 | 7.63 | 21.51 | - |
| YUV | 69.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 128 | 0.82 | 0.37 | 0 | 0.50 | 206.86 | 0.7 | 0.3 |
| Hex | 17 | 51 | 80 | 52 | 25 | 0 | 32 | CF | 46 | 1E |
| Octal | 27 | 121 | 200 | 122 | 45 | 0 | 62 | 317 | 106 | 36 |
| Binary | 10111 | 1010001 | 10000000 | 1010010 | 100101 | 0 | 110010 | 11001111 | 1000110 | 11110 |
Color Harmonies of #175180
Complementary color
Monochromatic Colors of #175180
Black with #175180
Text Example
Text Example
White with #175180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175180; }
p { color: rgb(23,81,128); }
H1.HeaderClassName
{
color: #175180;
}
.AnyTagClassName
{
color: #175180;
}
</style>
background-color css
<style>
a { background-color: #175180; }
a { background-color: rgb(23,81,128); }
div.DivClassName
{
background-color: #175180;
}
.BgClassName
{
background-color: #175180;
}
</style>
border-color css
<style>
span { border-color: #175180; }
span { border-color: rgb(23,81,128); }
td.TdClassName
{
border-color: #175180;
}
.TagClassName
{
border-color: #175180;
}
</style>