Shades of Bahama Blue #175A84
Tints of Bahama Blue #175A84
RGB
CMYK
RGB Variations
Color information
#175A84 (or 0x175A84) is known color: Bahama Blue. HEX triplet: 17, 5A and 84. RGB value is (23,90,132). Sum of RGB (Red+Green+Blue) = 23+90+132=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #175A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175A84 is #E8A57B. Grayscale: #4A4A4A. Windows color (decimal): -15246716 or 8673815. OLE color: 8673815.
HSL color Cylindrical-coordinate representation of color #175A84: hue angle of 203.12º 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 #175A84 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 90 | 132 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.48 |
| HSL | 203.12º | 0.7% | 0.3% | - |
| HSV(B) | 203.12º | 0.83% | 0.52% | - |
| XYZ | 8.17 | 9.16 | 23.17 | - |
| YUV | 74.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 132 | 0.83 | 0.32 | 0 | 0.48 | 203.12 | 0.7 | 0.3 |
| Hex | 17 | 5A | 84 | 53 | 20 | 0 | 30 | CB | 46 | 1E |
| Octal | 27 | 132 | 204 | 123 | 40 | 0 | 60 | 313 | 106 | 36 |
| Binary | 10111 | 1011010 | 10000100 | 1010011 | 100000 | 0 | 110000 | 11001011 | 1000110 | 11110 |
Color Harmonies of #175A84
Complementary color
Monochromatic Colors of #175A84
Black with #175A84
Text Example
Text Example
White with #175A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A84; }
p { color: rgb(23,90,132); }
H1.HeaderClassName
{
color: #175A84;
}
.AnyTagClassName
{
color: #175A84;
}
</style>
background-color css
<style>
a { background-color: #175A84; }
a { background-color: rgb(23,90,132); }
div.DivClassName
{
background-color: #175A84;
}
.BgClassName
{
background-color: #175A84;
}
</style>
border-color css
<style>
span { border-color: #175A84; }
span { border-color: rgb(23,90,132); }
td.TdClassName
{
border-color: #175A84;
}
.TagClassName
{
border-color: #175A84;
}
</style>