Shades of Bahama Blue #175882
Tints of Bahama Blue #175882
RGB
CMYK
RGB Variations
Color information
#175882 (or 0x175882) is known color: Bahama Blue. HEX triplet: 17, 58 and 82. RGB value is (23,88,130). Sum of RGB (Red+Green+Blue) = 23+88+130=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #175882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175882 is #E8A77D. Grayscale: #494949. Windows color (decimal): -15247230 or 8542231. OLE color: 8542231.
HSL color Cylindrical-coordinate representation of color #175882: hue angle of 203.55º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175882 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 88 | 130 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.49 |
| HSL | 203.55º | 0.7% | 0.3% | - |
| HSV(B) | 203.55º | 0.82% | 0.51% | - |
| XYZ | 7.87 | 8.77 | 22.4 | - |
| YUV | 73.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 130 | 0.82 | 0.32 | 0 | 0.49 | 203.55 | 0.7 | 0.3 |
| Hex | 17 | 58 | 82 | 52 | 20 | 0 | 31 | CC | 46 | 1E |
| Octal | 27 | 130 | 202 | 122 | 40 | 0 | 61 | 314 | 106 | 36 |
| Binary | 10111 | 1011000 | 10000010 | 1010010 | 100000 | 0 | 110001 | 11001100 | 1000110 | 11110 |
Color Harmonies of #175882
Complementary color
Monochromatic Colors of #175882
Black with #175882
Text Example
Text Example
White with #175882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175882; }
p { color: rgb(23,88,130); }
H1.HeaderClassName
{
color: #175882;
}
.AnyTagClassName
{
color: #175882;
}
</style>
background-color css
<style>
a { background-color: #175882; }
a { background-color: rgb(23,88,130); }
div.DivClassName
{
background-color: #175882;
}
.BgClassName
{
background-color: #175882;
}
</style>
border-color css
<style>
span { border-color: #175882; }
span { border-color: rgb(23,88,130); }
td.TdClassName
{
border-color: #175882;
}
.TagClassName
{
border-color: #175882;
}
</style>