Shades of Bahama Blue #175279
Tints of Bahama Blue #175279
RGB
CMYK
RGB Variations
Color information
#175279 (or 0x175279) is known color: Bahama Blue. HEX triplet: 17, 52 and 79. RGB value is (23,82,121). Sum of RGB (Red+Green+Blue) = 23+82+121=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #175279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175279 is #E8AD86. Grayscale: #444444. Windows color (decimal): -15248775 or 7950871. OLE color: 7950871.
HSL color Cylindrical-coordinate representation of color #175279: hue angle of 203.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175279 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 82 | 121 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.53 |
| HSL | 203.88º | 0.68% | 0.28% | - |
| HSV(B) | 203.88º | 0.81% | 0.47% | - |
| XYZ | 6.82 | 7.6 | 19.2 | - |
| YUV | 68.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 121 | 0.81 | 0.32 | 0 | 0.53 | 203.88 | 0.68 | 0.28 |
| Hex | 17 | 52 | 79 | 51 | 20 | 0 | 35 | CC | 44 | 1C |
| Octal | 27 | 122 | 171 | 121 | 40 | 0 | 65 | 314 | 104 | 34 |
| Binary | 10111 | 1010010 | 1111001 | 1010001 | 100000 | 0 | 110101 | 11001100 | 1000100 | 11100 |
Color Harmonies of #175279
Complementary color
Monochromatic Colors of #175279
Black with #175279
Text Example
Text Example
White with #175279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175279; }
p { color: rgb(23,82,121); }
H1.HeaderClassName
{
color: #175279;
}
.AnyTagClassName
{
color: #175279;
}
</style>
background-color css
<style>
a { background-color: #175279; }
a { background-color: rgb(23,82,121); }
div.DivClassName
{
background-color: #175279;
}
.BgClassName
{
background-color: #175279;
}
</style>
border-color css
<style>
span { border-color: #175279; }
span { border-color: rgb(23,82,121); }
td.TdClassName
{
border-color: #175279;
}
.TagClassName
{
border-color: #175279;
}
</style>