Shades of Bahama Blue #175B8A
Tints of Bahama Blue #175B8A
RGB
CMYK
RGB Variations
Color information
#175B8A (or 0x175B8A) is known color: Bahama Blue. HEX triplet: 17, 5B and 8A. RGB value is (23,91,138). Sum of RGB (Red+Green+Blue) = 23+91+138=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #175B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175B8A is #E8A475. Grayscale: #4B4B4B. Windows color (decimal): -15246454 or 9067287. OLE color: 9067287.
HSL color Cylindrical-coordinate representation of color #175B8A: hue angle of 204.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175B8A is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 91 | 138 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.46 |
| HSL | 204.52º | 0.71% | 0.32% | - |
| HSV(B) | 204.52º | 0.83% | 0.54% | - |
| XYZ | 8.68 | 9.5 | 25.42 | - |
| YUV | 76.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 138 | 0.83 | 0.34 | 0 | 0.46 | 204.52 | 0.71 | 0.32 |
| Hex | 17 | 5B | 8A | 53 | 22 | 0 | 2E | CD | 47 | 20 |
| Octal | 27 | 133 | 212 | 123 | 42 | 0 | 56 | 315 | 107 | 40 |
| Binary | 10111 | 1011011 | 10001010 | 1010011 | 100010 | 0 | 101110 | 11001101 | 1000111 | 100000 |
Color Harmonies of #175B8A
Complementary color
Monochromatic Colors of #175B8A
Black with #175B8A
Text Example
Text Example
White with #175B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B8A; }
p { color: rgb(23,91,138); }
H1.HeaderClassName
{
color: #175B8A;
}
.AnyTagClassName
{
color: #175B8A;
}
</style>
background-color css
<style>
a { background-color: #175B8A; }
a { background-color: rgb(23,91,138); }
div.DivClassName
{
background-color: #175B8A;
}
.BgClassName
{
background-color: #175B8A;
}
</style>
border-color css
<style>
span { border-color: #175B8A; }
span { border-color: rgb(23,91,138); }
td.TdClassName
{
border-color: #175B8A;
}
.TagClassName
{
border-color: #175B8A;
}
</style>