Shades of Bahama Blue #165079
Tints of Bahama Blue #165079
RGB
CMYK
RGB Variations
Color information
#165079 (or 0x165079) is known color: Bahama Blue. HEX triplet: 16, 50 and 79. RGB value is (22,80,121). Sum of RGB (Red+Green+Blue) = 22+80+121=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #165079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165079 is #E9AF86. Grayscale: #434343. Windows color (decimal): -15314823 or 7950358. OLE color: 7950358.
HSL color Cylindrical-coordinate representation of color #165079: hue angle of 204.85º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165079 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 80 | 121 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.53 |
| HSL | 204.85º | 0.69% | 0.28% | - |
| HSV(B) | 204.85º | 0.82% | 0.47% | - |
| XYZ | 6.65 | 7.29 | 19.15 | - |
| YUV | 67.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 121 | 0.82 | 0.34 | 0 | 0.53 | 204.85 | 0.69 | 0.28 |
| Hex | 16 | 50 | 79 | 52 | 22 | 0 | 35 | CD | 45 | 1C |
| Octal | 26 | 120 | 171 | 122 | 42 | 0 | 65 | 315 | 105 | 34 |
| Binary | 10110 | 1010000 | 1111001 | 1010010 | 100010 | 0 | 110101 | 11001101 | 1000101 | 11100 |
Color Harmonies of #165079
Complementary color
Monochromatic Colors of #165079
Black with #165079
Text Example
Text Example
White with #165079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165079; }
p { color: rgb(22,80,121); }
H1.HeaderClassName
{
color: #165079;
}
.AnyTagClassName
{
color: #165079;
}
</style>
background-color css
<style>
a { background-color: #165079; }
a { background-color: rgb(22,80,121); }
div.DivClassName
{
background-color: #165079;
}
.BgClassName
{
background-color: #165079;
}
</style>
border-color css
<style>
span { border-color: #165079; }
span { border-color: rgb(22,80,121); }
td.TdClassName
{
border-color: #165079;
}
.TagClassName
{
border-color: #165079;
}
</style>