Shades of Bahama Blue #175386
Tints of Bahama Blue #175386
RGB
CMYK
RGB Variations
Color information
#175386 (or 0x175386) is known color: Bahama Blue. HEX triplet: 17, 53 and 86. RGB value is (23,83,134). Sum of RGB (Red+Green+Blue) = 23+83+134=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #175386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175386 is #E8AC79. Grayscale: #464646. Windows color (decimal): -15248506 or 8803095. OLE color: 8803095.
HSL color Cylindrical-coordinate representation of color #175386: hue angle of 207.57º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175386 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 83 | 134 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.47 |
| HSL | 207.57º | 0.71% | 0.31% | - |
| HSV(B) | 207.57º | 0.83% | 0.53% | - |
| XYZ | 7.75 | 8.09 | 23.71 | - |
| YUV | 70.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 134 | 0.83 | 0.38 | 0 | 0.47 | 207.57 | 0.71 | 0.31 |
| Hex | 17 | 53 | 86 | 53 | 26 | 0 | 2F | D0 | 47 | 1F |
| Octal | 27 | 123 | 206 | 123 | 46 | 0 | 57 | 320 | 107 | 37 |
| Binary | 10111 | 1010011 | 10000110 | 1010011 | 100110 | 0 | 101111 | 11010000 | 1000111 | 11111 |
Color Harmonies of #175386
Complementary color
Monochromatic Colors of #175386
Black with #175386
Text Example
Text Example
White with #175386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175386; }
p { color: rgb(23,83,134); }
H1.HeaderClassName
{
color: #175386;
}
.AnyTagClassName
{
color: #175386;
}
</style>
background-color css
<style>
a { background-color: #175386; }
a { background-color: rgb(23,83,134); }
div.DivClassName
{
background-color: #175386;
}
.BgClassName
{
background-color: #175386;
}
</style>
border-color css
<style>
span { border-color: #175386; }
span { border-color: rgb(23,83,134); }
td.TdClassName
{
border-color: #175386;
}
.TagClassName
{
border-color: #175386;
}
</style>