Shades of Bahama Blue #175184
Tints of Bahama Blue #175184
RGB
CMYK
RGB Variations
Color information
#175184 (or 0x175184) is known color: Bahama Blue. HEX triplet: 17, 51 and 84. RGB value is (23,81,132). Sum of RGB (Red+Green+Blue) = 23+81+132=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #175184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175184 is #E8AE7B. Grayscale: #454545. Windows color (decimal): -15249020 or 8671511. OLE color: 8671511.
HSL color Cylindrical-coordinate representation of color #175184: hue angle of 208.07º 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 #175184 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 81 | 132 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.48 |
| HSL | 208.07º | 0.7% | 0.3% | - |
| HSV(B) | 208.07º | 0.83% | 0.52% | - |
| XYZ | 7.46 | 7.73 | 22.93 | - |
| YUV | 69.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 132 | 0.83 | 0.39 | 0 | 0.48 | 208.07 | 0.7 | 0.3 |
| Hex | 17 | 51 | 84 | 53 | 27 | 0 | 30 | D0 | 46 | 1E |
| Octal | 27 | 121 | 204 | 123 | 47 | 0 | 60 | 320 | 106 | 36 |
| Binary | 10111 | 1010001 | 10000100 | 1010011 | 100111 | 0 | 110000 | 11010000 | 1000110 | 11110 |
Color Harmonies of #175184
Complementary color
Monochromatic Colors of #175184
Black with #175184
Text Example
Text Example
White with #175184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175184; }
p { color: rgb(23,81,132); }
H1.HeaderClassName
{
color: #175184;
}
.AnyTagClassName
{
color: #175184;
}
</style>
background-color css
<style>
a { background-color: #175184; }
a { background-color: rgb(23,81,132); }
div.DivClassName
{
background-color: #175184;
}
.BgClassName
{
background-color: #175184;
}
</style>
border-color css
<style>
span { border-color: #175184; }
span { border-color: rgb(23,81,132); }
td.TdClassName
{
border-color: #175184;
}
.TagClassName
{
border-color: #175184;
}
</style>