Shades of Bahama Blue #175E84
Tints of Bahama Blue #175E84
RGB
CMYK
RGB Variations
Color information
#175E84 (or 0x175E84) is known color: Bahama Blue. HEX triplet: 17, 5E and 84. RGB value is (23,94,132). Sum of RGB (Red+Green+Blue) = 23+94+132=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #175E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175E84 is #E8A17B. Grayscale: #4C4C4C. Windows color (decimal): -15245692 or 8674839. OLE color: 8674839.
HSL color Cylindrical-coordinate representation of color #175E84: hue angle of 200.92º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175E84 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 94 | 132 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.48 |
| HSL | 200.92º | 0.7% | 0.3% | - |
| HSV(B) | 200.92º | 0.83% | 0.52% | - |
| XYZ | 8.52 | 9.85 | 23.28 | - |
| YUV | 77.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 132 | 0.83 | 0.29 | 0 | 0.48 | 200.92 | 0.7 | 0.3 |
| Hex | 17 | 5E | 84 | 53 | 1D | 0 | 30 | C9 | 46 | 1E |
| Octal | 27 | 136 | 204 | 123 | 35 | 0 | 60 | 311 | 106 | 36 |
| Binary | 10111 | 1011110 | 10000100 | 1010011 | 11101 | 0 | 110000 | 11001001 | 1000110 | 11110 |
Color Harmonies of #175E84
Complementary color
Monochromatic Colors of #175E84
Black with #175E84
Text Example
Text Example
White with #175E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E84; }
p { color: rgb(23,94,132); }
H1.HeaderClassName
{
color: #175E84;
}
.AnyTagClassName
{
color: #175E84;
}
</style>
background-color css
<style>
a { background-color: #175E84; }
a { background-color: rgb(23,94,132); }
div.DivClassName
{
background-color: #175E84;
}
.BgClassName
{
background-color: #175E84;
}
</style>
border-color css
<style>
span { border-color: #175E84; }
span { border-color: rgb(23,94,132); }
td.TdClassName
{
border-color: #175E84;
}
.TagClassName
{
border-color: #175E84;
}
</style>