Shades of Bahama Blue #175D84
Tints of Bahama Blue #175D84
RGB
CMYK
RGB Variations
Color information
#175D84 (or 0x175D84) is known color: Bahama Blue. HEX triplet: 17, 5D and 84. RGB value is (23,93,132). Sum of RGB (Red+Green+Blue) = 23+93+132=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #175D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175D84 is #E8A27B. Grayscale: #4C4C4C. Windows color (decimal): -15245948 or 8674583. OLE color: 8674583.
HSL color Cylindrical-coordinate representation of color #175D84: hue angle of 201.47º 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 #175D84 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 93 | 132 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.48 |
| HSL | 201.47º | 0.7% | 0.3% | - |
| HSV(B) | 201.47º | 0.83% | 0.52% | - |
| XYZ | 8.43 | 9.68 | 23.25 | - |
| YUV | 76.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 132 | 0.83 | 0.30 | 0 | 0.48 | 201.47 | 0.7 | 0.3 |
| Hex | 17 | 5D | 84 | 53 | 1E | 0 | 30 | C9 | 46 | 1E |
| Octal | 27 | 135 | 204 | 123 | 36 | 0 | 60 | 311 | 106 | 36 |
| Binary | 10111 | 1011101 | 10000100 | 1010011 | 11110 | 0 | 110000 | 11001001 | 1000110 | 11110 |
Color Harmonies of #175D84
Complementary color
Monochromatic Colors of #175D84
Black with #175D84
Text Example
Text Example
White with #175D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D84; }
p { color: rgb(23,93,132); }
H1.HeaderClassName
{
color: #175D84;
}
.AnyTagClassName
{
color: #175D84;
}
</style>
background-color css
<style>
a { background-color: #175D84; }
a { background-color: rgb(23,93,132); }
div.DivClassName
{
background-color: #175D84;
}
.BgClassName
{
background-color: #175D84;
}
</style>
border-color css
<style>
span { border-color: #175D84; }
span { border-color: rgb(23,93,132); }
td.TdClassName
{
border-color: #175D84;
}
.TagClassName
{
border-color: #175D84;
}
</style>